Net Use command does not work

B

Baldyws

I need to backup few files from several 2k pro onto 2k
server. I wrote a batch file to do the job, but im having
trouble with the net use connection. I get system Error
67. Please help! Is there a better way of accomplishing
this task? Tnx

------
@echo off
REM files are stored in \\w2k-srvr\Backup_drive

net use Z: "\\w2k-srvr\Backup_drive\" /user:backup\bcd20

xcopy "C:\Documents and Settings\mach100\Documents" "Z:\"

net use Z: /delete
-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top