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.
Professional Software Development Tools
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.
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