Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Run DOS command via DTS job

Author  Topic 

jql
Starting Member

30 Posts

Posted - 2013-08-15 : 06:11:25
Hi,

i have a exe application that works if run in command line with parameters. i am trying to get the command line with parameters into a dts execute process task but can only get as far as the exe to open when i execute. can anyone please help?

Thanks
J

Ifor
Aged Yak Warrior

700 Posts

Posted - 2013-08-15 : 06:56:53
There may be better ways to accomplish your task other than using dts.

If you really want to use the dts execute process, maybe try something like:

cmd /C YourProg.exe /param1 /param2
Go to Top of Page
   

- Advertisement -