Scenario:
Teaching a class on PC Repair and Maintenance. The class previous to mine regularly messes up the systems (Operating System wise) and regularly leaves me with no working systems and consequently I have to get to the class very early to sort things out.
Plan:
Make ghost image of desired OS (Win95B containing W2k Boot sector for dual boot) onto CDs and using batch file (gho.bat) consisting of:
ghost.exe -clone,mode=prestore,SRC=@CD:1,DST=1:1 -sure -rb
called by the autoexec.bat on my boot floppy the entire thing automatically restores the image of Win95B onto C:
Problem:
It works a treat. The whole thing is automated. It boots from the floppy tracks down the cd image and restores it onto C:. It then reboots but instead of going into W95 it boots (naturally enough) from the boot floppy again and we go round once more.
I have to do this on over 12 PCs so I can't keep an eye on them all. So, as there is no way to get the system to automatically eject the floppy during the reboot (is there? Sounds a tad unlikely.) I was thinking of making the CD bootable and booting from that.
So, my question would appear to be is there any way to get the CD to eject itself on a reboot so I don't get caught up in that loop again. It would be nice to find myself with 12 ejected CDs so I could just go around and collect them all and know the job was done as Windows would be on the screen.
Thanks in advance
Dermot
Teaching a class on PC Repair and Maintenance. The class previous to mine regularly messes up the systems (Operating System wise) and regularly leaves me with no working systems and consequently I have to get to the class very early to sort things out.
Plan:
Make ghost image of desired OS (Win95B containing W2k Boot sector for dual boot) onto CDs and using batch file (gho.bat) consisting of:
ghost.exe -clone,mode=prestore,SRC=@CD:1,DST=1:1 -sure -rb
called by the autoexec.bat on my boot floppy the entire thing automatically restores the image of Win95B onto C:
Problem:
It works a treat. The whole thing is automated. It boots from the floppy tracks down the cd image and restores it onto C:. It then reboots but instead of going into W95 it boots (naturally enough) from the boot floppy again and we go round once more.
I have to do this on over 12 PCs so I can't keep an eye on them all. So, as there is no way to get the system to automatically eject the floppy during the reboot (is there? Sounds a tad unlikely.) I was thinking of making the CD bootable and booting from that.
So, my question would appear to be is there any way to get the CD to eject itself on a reboot so I don't get caught up in that loop again. It would be nice to find myself with 12 ejected CDs so I could just go around and collect them all and know the job was done as Windows would be on the screen.
Thanks in advance
Dermot