| Dim Shell Set Shell = CreateObject("WScript.Shell")
 Shell.Run "myprogram.exe"
 : There is a VB command "Shell" to launch a process. I thought this : command existed in VBScript as well but it doesn't look like it. Any
 : suggestions for a similar command in VBScript?
 
 
 |