Copying files from one server to another - TechRepublic
General discussion
September 28, 2000 at 07:37 AM
gcheels

Copying files from one server to another

by gcheels . Updated 25 years, 8 months ago

When I run a scheduled (Norton Program Scheduler) batch file that copies a file from one server to another, I get an Access Denied message. It does not happen when I execute the batch file from the command prompt, only when the batch file is scheduled. The batch file looks like this:

pkzip backup.zip
copy backup.zip \\server1\backup

(backup is a shared folder)

This discussion is locked

All Comments