R
Rob C
I have a batch file that users run to launch our
application. Before executing the program, it checks to
see if there is are later versions of a group of files and
if so copies them down to the desktop from the server.
This is the command line I am using:
replace /U \\myserver\rcs\forms\*.* C:\RCS\forms
However, I have cases where a new file needs to be copied
down to the desktop but the REPLACE only works if you
already have a copy of the file locally. I just want to
be able to copy a new file to the server and have it
automatically copied down to the desktop running the batch
file if it does not exist there.
Any ideas on how to approach this woiuld be greatly
appreciated.
Regards,
-Rob
application. Before executing the program, it checks to
see if there is are later versions of a group of files and
if so copies them down to the desktop from the server.
This is the command line I am using:
replace /U \\myserver\rcs\forms\*.* C:\RCS\forms
However, I have cases where a new file needs to be copied
down to the desktop but the REPLACE only works if you
already have a copy of the file locally. I just want to
be able to copy a new file to the server and have it
automatically copied down to the desktop running the batch
file if it does not exist there.
Any ideas on how to approach this woiuld be greatly
appreciated.
Regards,
-Rob