Guest_imported
New member
- Jan 1, 1970
- 0
I have two NT Servers (computer1 and computer2), I have mapped a drive on computer1 to computer2 (r.
I am trying to schedule an xcopy of a directory in computer1 to another directory on computer2 via copying to the r: drive. I have the xcopy command in a batch file called "backall.bat", the command line is: xcopy c:\dir1 r:\dir1back. If I run this batch file in the command line, it works fine. When it's run via the AT command, I get an error "Invalid drive specification". Any ideas on what the problem could be? Thanks for any input you guys can give me.
Dave
I am trying to schedule an xcopy of a directory in computer1 to another directory on computer2 via copying to the r: drive. I have the xcopy command in a batch file called "backall.bat", the command line is: xcopy c:\dir1 r:\dir1back. If I run this batch file in the command line, it works fine. When it's run via the AT command, I get an error "Invalid drive specification". Any ideas on what the problem could be? Thanks for any input you guys can give me.
Dave