This is what I do.  I have it as 2 separate scheduled tasks.  Of course, make sure the copy destination is a backed up machine.
 
c:\winnt\system32\rdisk.exe /s-
 
Then rdisk.bat that contains the following
 
net use Q: \\server\c$
c:\winnt\system32\xcopy.exe Q:\winnt\repair\*.* \\otherserver\share\ /q /r /h
net use Q: /delete /y
 
 
Want to unsub? Do that here:
http://lyris.sunbelt-software.com/scripts/lyris.pl?enter=ntsysadmin&text_mode=0&lang=english

Reply via email to