import flash.system.fscommand;
fscommand('exec','not.exe');
1在可执行文件的同级目录中建立一个 fscommand 文件夹。
2、not.exe为exe文件的名称
3.在 fscommand 文件夹中放入你想被执行的.exe文件
import flash.system.fscommand;
fscommand('exec','not.exe');
1在可执行文件的同级目录中建立一个 fscommand 文件夹。
2、not.exe为exe文件的名称
3.在 fscommand 文件夹中放入你想被执行的.exe文件