Forum: EasyBoot Topic: Boot Start directly CDRom started by: mrtmrc Posted by mrtmrc on Nov. 23 2005,07:45
hi @all....ok ...first sorry for my eng .... but i have simple or little question(i belive!!! ![]() how start boot cd that excute some file (es. ghost) directly to cdrom??what do i mean??? I have simulate floppy boot but when the application quit in dos return this mode a:\ghost (naturally) and not the root of cdrom, also if the drive cdrom is loaded!!!(ok i have create a boot floppy...)..so??why should I do it? Why??? where is my error??? ....ok thanks..... ![]() Posted by xoben on Nov. 28 2005,03:19
Sample code:=================== set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \ =================== PS: You can extract findcd.com from setup98.img by UltraISO. |