Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
'at' command
Name: Donal Date: July 9, 2002 at 01:02:49 Pacific
Comment:
hi there, I have been having trouble rescently while trying to use the at comand. I have been trying to use it to schedule a zip & copy of a folder from my email server to my backup server. Here is what I have in a batch file:
del \\backupserver\backups\folder1.zip c:\proga~1\winzip\wzzip \\backupserver\backups\folder1.zip -P -r c:\data\*.*
If I run the batch file manualy, winzip zips and then copies the folder succesfully. However, if I run this batch file using the 'at' command, I get access denied when the delete command is executed and winzip will not create the new zip file. The scheduled execution of the batch file is carried out under the same admin profile as when I run it manually. Any ideas? Thanks, Donal
Summary: Hey guys. Here is probably a basic question for most of you, but I can't seem to quite put my finger on the problem: I want to make regular backups on a tape drive from another server on the office ne...
Summary: I need to run a *.bat file @ certain time.. I was wondering is there any type of advanced AT command that you can help me out with..I checked the Help menu..that did't help me much.Need more advanced ...
Summary: I want to copy file from NT 4 server to Netware 5. I use "net" command in batch file net use H: \\nw5server\sys password /user:user1 copy c:\myfile.txt t:\home\myfile Batch file can run normally when...