|
The bootmenu with 98 is generally a 7 item choice with the setup you describe. Primitive but effective. 95 is an 8 item menu. You get it by:
get to command prompt start > programs > msdos
cd \
attrib -s -h -r msdos.sys
edit msdos.sys
add a line "BootMenu=1" with the other boot stuff
save & exit edit
your next boot will have the menu. You can fancy it up with default choice and time delay.
|