HI all,
I'm trying to get the NT backup using the AT to work with NT4 server SP5 High.. WHen i double click on the file it works fine. but it won't do it automatically. I turned on Schedule for automatic and started, checked off Interact with Desktop,
here's the 2 bat files i have in my C:\backup folder.
AT 01:30 /interactive /Every:T,W,Th,F,S "c:\backup\daily.bat"
and
ntbackup backup C:\,F:\ /v /b /hc
n /d "KBCB Backup" /l "C:\BACKUP\DAILY.LOG" /r /t NORMAL /e
del C:\BACKUP\DAILY.TMP
del C:\BACKUP\DAILY.TXT
rename C:\BACKUP\DAILY.LOG DAILY.TMP
qbasic /run C:\BACKUP\STRIP.BAS
net use lpt2: /delete /y
net use lpt2: \\KBCBSVR\HP4050N XXXXXXXX /user:KBCB\XXXXXXX /PERSISTENT:YES
copy c:\backup\daily.txt lpt2:
anyone know what's wrong?
I'm trying to get the NT backup using the AT to work with NT4 server SP5 High.. WHen i double click on the file it works fine. but it won't do it automatically. I turned on Schedule for automatic and started, checked off Interact with Desktop,
here's the 2 bat files i have in my C:\backup folder.
AT 01:30 /interactive /Every:T,W,Th,F,S "c:\backup\daily.bat"
and
ntbackup backup C:\,F:\ /v /b /hc
del C:\BACKUP\DAILY.TMP
del C:\BACKUP\DAILY.TXT
rename C:\BACKUP\DAILY.LOG DAILY.TMP
qbasic /run C:\BACKUP\STRIP.BAS
net use lpt2: /delete /y
net use lpt2: \\KBCBSVR\HP4050N XXXXXXXX /user:KBCB\XXXXXXX /PERSISTENT:YES
copy c:\backup\daily.txt lpt2:
anyone know what's wrong?
