| |
alleng
Posts: 1
Score: 0
Joined: 5/16/2006
Status: offline
|
With VBScript is it possible to do this: I have a program I need to execute. T:\cm.exe Now bare with me. The only way to get this program to run without errors is to type in the 'Run Line' as in Start -> Run -> 'T:\cm.exe' or to open up a command prompt and change to the T: drive then run cm.exe What I am hoping to find, which I just can't seem to track down through searching, is a way to write a vbscript that does this. Run program cm.exe from 'Run Line' as 'T:\cm.exe'
|
|