Thanks...
Here\'s how i did it:
made a bootable floppy
in config sys:
FILES=30
BUFFERS=20
DEVICE=cd1.SYS /D:banana
LASTDRIVE=Z
in autoexec.bat:
@echo off
MSCDEX.EXE /D:banana /L:R
cls
Echo Recovery CD
echo.
echo 1 Start Recovery
echo 2 Exit
echo.
choice /c:1,2 Valg
if errorlevel 2 goto ut
if errorlevel 1 goto start
:start
ghost.exe -clone,mode=prestore,src=r:CD1.GHO:1,dst=1:1 -sure -rb (the ghost switch must be in one line)
goto end
:ut
echo Take out the CD......
pause
warmboot.com
goto end
:end
Made an image of the computer called cd1.gho
started nero choosed bootable cd-rom
used the floppy as boot image and copied the ghost image in the new cd.
VOILA....automatic recovery cd..

http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/ohmy.gif\' class=\'bbc_emoticon\' alt=\'

\' />))
Files in bootable floppy:
Autoexec.bat
cd1.sys
Choice.exe
command.com
gonfig.sys
ghost.exe
io.sys
mscdex.exe
msdos.sys
sys.com
warmboot.com