03-17-2003, 08:52 PM
Write a batch file to execute after the process is done. You will have better luck using Dos to copy the file I think.
Something like:
Where z: is your mapped drive.
Something like:
Code:
@echo=off
c:\
cd\
cd \path\to\file
copy file.ext z:\path\on\server
cls
exit