用 AS3.0 的 fscommand 命令调用 .exe 文件。

import flash.system.fscommand; 

fscommand('exec','not.exe');


1在可执行文件的同级目录中建立一个 fscommand 文件夹。

2、not.exe为exe文件的名称

3.在 fscommand 文件夹中放入你想被执行的.exe文件

原文地址:https://www.cnblogs.com/dt1991/p/12752187.html