VBscript - “The system cannot find the file specified”
问题 I'm trying to write a short VBScript, which opens "calc.exe" and "wordpad.exe". Well the problem is that VBScript won't let me open "wordpad.exe". I've tried to run the script as an admin, but this doesn't helped. My Script looks like this: Set WshShell = WScript.CreateObject("WScript.Shell") WSHShell.Run "C:\Program Files\Windows NT\Accessories\wordpad.exe" WSHShell.Run "C:\Windows\System32\calc.exe" x=msgbox("Test",4096,Test) I've also tried to define the path like this: WSHShell.Run ""C: