I just run red hat, I dont have to worry about it! LMFAO!! But seriously, most of these programs do create a small partition, and copy the image there (d
They work great really. You can sort of set something like this up, create a small partition and copy the win98 folder from your disk here, with all the cabs, and copy the setup.exe program from the CD to the root of that partition. You will also want to copy files such as format and scandisk that are not available on the CD, to this drive. Create a batch file such as this:
@echo off
cd \
echo. Running this file will delete all software and echo. restore OS.
echo. Hit control-C now to cancel
pause
D:\format C:\ /s
D:\setup.exe
name it rescue.bat or something, pretty much same thing. I had something like this setup when I used to run windows machines a lot.
<<
Thanks....one question though. Where does this image reside? On a seperate partition or on another HD? >>