Execute Process Task For Batch Files -
08-24-2004
, 04:39 PM
I have an execute process task in a DTS that executes a
batch file which is designed to pull a text file from an ftp site.
The batch file works when it's executed from Windows Explorer
and drops the text file into the same folder with the batch file.
When I run my DTS and the Execute Process Task runs, it appears
that the batch file executes, but the text file is not where
I expected it (in the folder with the batch file). Can anyone please
tell me what's going on here? Where is the text file going?
Thanks. |