Oma, Having read the other responses so far, I'd like to add: I'm setting the AT this way: >Option 1 >at 21:00 /every:M,T,W,Th,F,S "d:\bat\autoback.bat" >Option 2 >at 21:00 /every:M,T,W,Th,F,S cmd /c "d:\bat\autoback.bat" Do yourself a favor and rename autobak.bat to autobak.cmd and use option 2 (cmd /c). What you are doing is using the NT command processor to run a .BAT file (which NT will load COMMAND to handle) then using START to run a Windows program. (32-bit command processor loads a 16-bit command.com to START a Windows program ....) >start "Rbase Backup" /dd:\newdixie /high /wait rbg65.exe I agree with the others that you should just use the RBG65.EXE and forget about using START. Specify the .DAT file to execute on the command line. Stick with the 32-bit stuff and simplify the process. Emmitt Dove Manager, DairyPak Business Systems Blue Ridge Paper Products, Inc. 40 Lindeman Drive Trumbull, CT 06611 (203) 673-2231 [EMAIL PROTECTED] [EMAIL PROTECTED]
