I havea simple DTS package which execute a .bat file on local server
EXECUTE PROCESS TASK has the content below
D:\datafiles\tab\Push.bat
Push.bat has the following content, its basically delete bunch of old files and than zip new ones using alzip utility
del D:\datafiles\tab\filson.zip
alzip -a "D:\datafiles\tab\*.csv" "D:\datafiles\tab\Filson.zip
package runs fine manually and takes two minutes to complete.
My probelm is this DTS package when schedule as SQL JOb it hangs and run for ever.