I have a program that plays a sound but if I run it on a different computer it says that the file isn\'t found how do I attach the file onto the exe so when someone plays the ex
If you cannot change the source code,I suggest
http://m.instructables.com/id/How-to-create-portable-app/?ALLSTEPS
It is about creating new exe archive containing old exe+new files you want to merge. When you call that new exe, it runs your old exe, but also contain your music files You can follow step4 and 5
Put your exe and music files into the same folder and compress them through that method