str = d:\test.txt
Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.run "notepad.exe str"
上边是执行不成功的,我想问一下,如果我要运行的文件是个变量,该如何运行啊
Set WshShell = WScript.CreateObject("WScript.Shell")
wshshell.run "notepad.exe str"
上边是执行不成功的,我想问一下,如果我要运行的文件是个变量,该如何运行啊
