Follow-up re: Auto ERD Batch process - TechRepublic
General discussion
October 20, 2000 at 02:36 AM
lbischofs

Follow-up re: Auto ERD Batch process

by lbischofs . Updated 25 years, 8 months ago

In an earlier post a participant entered a great suggestion regarding automating the creation of ERD’s and copying the ERD files to a server or workstation.

The batch file:
rdisk /s-
xcopy /I %systemroot%\repair\*.* \\Servername\rdisk$\%computername%

This works well, however, the amount of disk space that the files consumes it greater than what would fit on one floppy.

My followup question is:
If you ever need to do an Emergency Repair what do you do? (particulary, if these file cannot fit on one floppy)

This discussion is locked

All Comments