I realize that rdisk is not longer available, but I'm looking for a viable option to scripting the backup of the registry(ERD) to a network drive.
In NT 4 a simple batch file like this...
******
rdisk /s-
xcopy /h %SystemRoot%\repair\*.* e:\repair\servername
*******
...scheduled by "AT" to run daily would update the repair folder and copy it to another drive. If you ever needed a current ERD, there it was.
What is the command line to do this in 2000???
In NT 4 a simple batch file like this...
******
rdisk /s-
xcopy /h %SystemRoot%\repair\*.* e:\repair\servername
*******
...scheduled by "AT" to run daily would update the repair folder and copy it to another drive. If you ever needed a current ERD, there it was.
What is the command line to do this in 2000???