- Yolint 2009-03-06 09:00
WinExec('cmd /c d:/fss.dfg')- 若楠薰 2009-03-06 09:00
CreateProcess- 珑琉璃 2009-03-06 09:00
调用API函数:WinExec 就可以实现了- Yolint 2009-03-06 09:00
WinExec('cmd /c d:/fss.dfg') 有DOS窗口啊- 星翼 2009-03-06 09:00
在注册表中加载个自定义扩展名,指向exefile即可。- 圆筒 2009-03-06 09:00
http://www.tj33588.com/article.asp?id=236- 九九一 2009-03-06 09:01
CreateProcess API- 王启超 2009-03-06 09:01
WinExec('cmd /c d:/fss.dfg') 有DOS窗口啊 WinExec('cmd /c d:/fss.dfg',SW_HIDE)- 浅年 2009-03-06 09:01
MoveFile把名称改回来,然后运行。 或者 最邪门的,调入内存,从内存运行。