Hello,
useful info:
http://support.packardbell.com/uk/mypc/ind...6945490100#showpackard bell boot floppy or cd creator
I used (adapted the above boot floppy for my boot floppy
''''''''''
open and edit cdinst.bat
........................
make a win 98 boot disk then change autoexec.bat to:
................................................................................
.....
@echo off
cls
a:\MSCDEX.EXE /D:mscd001 /L:P
cls
echo
cls
echo Advent Recovery Disk
echo
echo WARNING! If you continue you will erase everything from your hard drive
echo
echo.
echo.
echo The recovery CD will restore the system to its
echo original factory state. Any other programs or files
echo will be deleted, it is strongly recommended that
echo you backup any important data before continuing.
echo
choice Would you like to continue with the recovery?
if errorlevel 2 goto end
echo
cls
echo Recovery Disk
echo
echo WARNING! if you continue you will erase everything from your hard drive
echo
echo You are about to start the recovery procedure
echo this will erase everything that is currently on
echo your hard drive.
echo
echo Are you sure you want to restore system?
choice data will be lost!
if errorlevel 2 goto end
cls
echo Recovery CD
echo
echo WARNING! Starting Recovery Procedure
echo
echo REMOVE THE CD-ROM WHEN PROMPTED!
echo
echo
choice Continue With Recovery?
if errorlevel 2 goto end
ghost -clone,mode=load,src=p:\cdr00001.gho,dst=1 -sure -autoname -rb
:end
...................................................................
do not forget DOS can not see NTFS partitionsReference :
http://www.911cd.net/forums//index.php?showtopic=14127Ben