
CODE: [Copy to clipboard]Set fso=CreateObject("Scripting.FileSystemObject")
Set WshShell=CreateObject("WScript.Shell")
If (fso.FileExists("PhysX.exe")) Then
WshShell.run "PhysX.exe /passive", 1, True
Else
'下一步做的事情,也可以call语句
WScript.Quit
End If
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |