【vbs+wshell】vbs执行cmd命令,运行程序,结束程序,使用键盘
Set Wshell = createobject("wscript.shell")Wshell.run "cmd /k cd C:\python36 && python C:\Users\Administrator\Desktop\1.py ",vbhideWScript.Sleep 500wShell.run "notepad.exe c:\1.txt"WScript.Sleep 500Wshell.