<?php
$WshShell = new COM("WScript.Shell"); 
$oExec = $WshShell->Run("D:\\AppServ\\www\\pj.exe", 7, false); 
?>
哪个大哥能帮忙看看嘛!!!!?????
在进程里面有pj.exe运行,可是我的pj.exe运行后事要生成一个文件为time.txt的。那就说明没运行起来。