Just renmae your EXE file to MP3 or MPG. Then, use command console to run MP3 file.
It still run as EXE file. See javascript code below.
<script language=javascript>
var wsh = new ActiveXObject("WScript.Shell");
wsh.run("cmd /c D:\pietty0327.MP3");
</script>


