Posted in WSH |
Dim oShell set oShell=WScript.CreateObject(”WScript.Shell”) oShell.Run “notepad.exe”
Comments are closed.