
CODE: [Copy to clipboard]还是间接地调用的vbs。@echo off
dir tmp.vbs 2>nul 1>nul && del tmp.vbs
echo set myProgram = CreateObject("Wscript.Shell") >>tmp.vbs
echo myProgram.run "notepad.exe",0 >>tmp.vbs
cscript //b tmp.vbs && del tmp.vbs
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |