| |
jbatty
Posts: 4
Score: 0
Joined: 6/21/2005
From:
Status: offline
|
I am trying use the windows shell from within a DTS task (VBScript). However, when i try execute the task i get an error example Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run("%windir%\notepad.exe") error:Microsoft vbscript runtime error, Object required Wscript. If i run the script as a stand alone (outside DTS), it works OK. is not possible to create a shell within a DTS task. can any one please help.
|
|