MarkButler
Programmer
I have a SQL job which the first step executes a 'extract.bat' script. Within this script is a copy from another physical server as follows:
copy \\serverb\temp\xxx.txt e:\xxx.txt
It seems that it never finds the file to copy. I placed an "if exist echo nofile" in front of the copy and it does not find the file. Yet if I execute it from the command.com prompt it works fine.
Is this a limitation of the command execute that it can't access anything but physical drives?
If so is there an easy workaround?
copy \\serverb\temp\xxx.txt e:\xxx.txt
It seems that it never finds the file to copy. I placed an "if exist echo nofile" in front of the copy and it does not find the file. Yet if I execute it from the command.com prompt it works fine.
Is this a limitation of the command execute that it can't access anything but physical drives?
If so is there an easy workaround?