用cmd打开记事本程序Set ws = CreateObject("WScript.Shell")ws.Run "cmd.exe /c notepad.exe"
Set oWsh = CreateObject("WScript.Shell")oWsh.Run "cmd.exe" oWsh.sendkeys"notepad.exe"oWsh.sendkeys "{enter}"
shell(程序路径名称)
lidajiangzw - 六级 ——回答正解