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)