need to Add win98se DOS formatting (do not need win98 but just that utility only to use and format hard drives) to my Multiboot
how do i add this to my multiboot?
thanks alot
Page 1 of 1
need to Add win98se formatting to my Multiboot how do i add this to my multiboot?
#2
Posted 06 March 2006 - 11:53 AM
Extract Autoexec.bat from your 98 image file.
Edit Autoexec.bat
Here is the default portion of Autoexec.bat:
Here is mine portion of Autoexec.bat:
/v:"new label of your formatted C:"
Edit Autoexec.bat
Here is the default portion of Autoexec.bat:
:EXT %RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL echo The diagnostic tools were successfully loaded to drive %RAMD%. echo. LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% echo. cls echo Now installing Windows 98 SE echo. echo Loading... path=%RAMD%:\;a:\;%CDROM%:\SETUP\98SE\WIN98\ OEMSETUP.EXE echo. GOTO QUIT
Here is mine portion of Autoexec.bat:
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL echo The diagnostic tools were successfully loaded to drive %RAMD%. echo. LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM% echo. cls FORMAT C: /s /v:WIN_98 echo Now installing Windows 98 SE echo. echo Loading... path=%RAMD%:\;a:\;%CDROM%:\SETUP\98SE\WIN98\ OEMSETUP.EXE echo. GOTO QUIT
/v:"new label of your formatted C:"
#3
Posted 06 March 2006 - 06:55 PM
I use almost the same script, but I use findcd.exe, so my autoexec is like this:
:WIN98SE set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \WIN98SE echo. OEMSETUP.EXE goto QUIT
Share this topic:
Page 1 of 1



Help

Back to top








