Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run DTS from Shell

Status
Not open for further replies.

metsey

Programmer
Mar 2, 2001
49
US
I am trying to execute a DTS package from the shell I can't get it to run with the following:

iRet = Shell("C:\WINNT\System32\command.com /C C:\dtsrun /N" & Chr(34) & "DTS__NCRAllClientProfitablity" & Chr(34) & " /SYukon /E", vbMaximizedFocus)

Any advice? Please assist.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top