Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Robocopy help
Name: Jayson Date: June 6, 2003 at 07:38:14 Pacific 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
Summary: So I've pretty much gotten everything working in my batch file as described above, but I think I'm making an amateur mistake. Unfortunately, our "batch pros" here at the office either can't or won't ...
Summary: Your help will be deeply appriciated and many thanks--- Hi I need help writing a batch file. I have a text file which contains usernames of all the users whose profiles need to be copied from one loc...
Summary: I found this code online, and it works: [code] image swapper body {margin:5px; background:#005544;} a {font:200 8px Courier; color:#ccffcc;} var autoSwapURLS = new Array(); // image ur...