Forum Home
Press F1
 
Thread ID: 7621 2001-02-05 08:01:00 At command Guest (0) Press F1
Post ID Timestamp Content User
8357 2001-02-05 08:01:00 Trying to setup daily backups from NTPDC to BDC. Cant get the At command to function from one computer to another.Works within the PDC OK. Schedule Service on on both. Logged on as Administrator, ensured Admin logged on as a service. Batch file runs from cmd ok. When introduce At -nogo. Any ideas?
regards
Don
Guest (0)
8358 2001-02-07 09:53:00 For testing purposes redirect output of the batch file to a file. ie after each line in btach file add >> c:\output.txt

eg file might read

echo Start of backup line >> C:\output.txt
backup >> C:\ouput.txt
echo End of Backup Line >> C:\output.txt
etc etc
View the c:\output.txt file to see where it is failing.
Guest (0)
1