|
You could add the option in the main menu of the program to turn off the "cheerful sound", and you could also let the user select the "cheerful sound" that they want to hear.
Something else that might be good to keep in mind: not everyone has C:\ as their main hard drive. It might be D:\ or K:\, you get the idea. :p What I usually do is check to see what the "%HOMEDRIVE%" variable is set to, and then take that data and append it to my file that I want to access/rename/delete/write to/whatever.
|