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)