# Runing exe's in exported flash files

**URL:** https://forum.kirupa.com/t/runing-exes-in-exported-flash-files/142847
**Category:** Uncategorized
**Created:** [April 1, 2005, 1:42am UTC](https://forum.kirupa.com/t/runing-exes-in-exported-flash-files/142847 "2005-04-01T01:42:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kane9522](https://avatars.discourse-cdn.com/v4/letter/k/71e660/32.png) [@kane9522](https://forum.kirupa.com/u/kane9522)
#### Post date: [April 1, 2005, 1:42am UTC](https://forum.kirupa.com/t/runing-exes-in-exported-flash-files/142847/1 "2005-04-01T01:42:15Z")

</div>

i am having trouble runing an exe from exported flash files - the code i am using came from this site.

which happens to look like this:

on (release) {  
fscommand(“exec”, “file.exe”);  
}

according to that i have input the files name exactly and it should have worked.

any ideas??
