You can't 'run' executable files in html, but you can link to .exe files and allow readers to download them. Just write the code <A HREF="file.exe">, and make sure the file is where you type it.
Hope that helps, Ross HTMLSource : Online HTML Tutorial