Can't get Robocopy doesn't work
|
Original Message
|
Name: Jayson
Date: June 6, 2003 at 07:01:51 Pacific
Subject: Can't get Robocopy doesn't work OS: Windows 2000 CPU/Ram: P3 +
|
Comment: Hey, I'm new to robocopy and I can't get this to work. I'm on a network with about 50 computers (the network is all windows 2000 with windows 2000 server on the servers). Theres an exchange server where I put a logon script for robocopy. I've loaded the robocopy.exe from the resource cd. When I logon to my local machine I can see the script run but when I go to look at the copied files theres nothing there. When I logon to ther server it successfully copies the files. I'm copying the files to a shared drive on network. Here is my script. Can anyone tell me why this doesn't work from my local machine? Do I have to have the robocopy utilit put on all the computers on the network? robocopy C:"\Documents and Settings"\%username%"\My Documents" J:\\Backup\My_Documents /e /XF *.pst *.mp3 *.mpeg *.mpg robocopy C:"\Documents and Settings"\%username%"\Desktop" J:\\Backup\Desktop /e /XF *.pst *.mp3 *.mpeg *.mpg Thanks in advance, **Jayson**
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: seymes
Date: June 26, 2003 at 08:58:23 Pacific
Subject: Can't get Robocopy doesn't work
|
Reply: (edit)Hi Jayson, I've just registered here. Hope you could make your script work. If not try it like this: robocopy C:"\Documents and Settings"\%username%"\My Documents" J:\\Backup\My_Documents *.* /e /XF *.pst *.mp3 *.mpeg *.mpg
Report Offensive Follow Up For Removal
|
Use following form to reply to current message: