PDA

View Full Version : Change exe to wav


julieg
08-19-2009, 01:07 PM
I am trying to send via email but most programs strip the .exe file before it reaches the recipient's mailbox. I want to convert the exe to a wav. Does anyone know if that is possible.

Ulrich
08-19-2009, 04:15 PM
You should place the file on a web server, and then send the download link to the user per email. Even when you rename the extension of your project, or try to distribute it as a zipped file, it still can be rejected by mail filters if you attach it directly to the message.

Ulrich