MSFN Forum: need to Add win98se formatting to my Multiboot - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

need to Add win98se formatting to my Multiboot how do i add this to my multiboot? Rate Topic: -----

#1 User is offline   ideas 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 337
  • Joined: 29-January 06

Posted 04 March 2006 - 02:07 AM

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



#2 User is offline   malinduta 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 19-January 05

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:


: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 User is offline   The008 

  • MSFN Curious
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 18-July 05

  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
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy