my notebook PC loaded with Win98SE v4.10.2222, I want to print to
screen (immediately after I turn on the PC to boot it) a simple menu
giving me the option of booting to DS or Windows or optimize the
hard-disk. I would like a menu like
1. DS
2. Windows
3. optimize HD
If I press the key [1], the PC boots to DS, and I am presented with
"c:\".
If I press the [2], the PC boots to Win, and I am presented with the
typical screen of graphical icons, startup menu, etc.
If I press [3], whatever defray/optimize software I have installed
cleans/fixes the hard-disk.
I have consulted sDS textbooks and I know that I must have in
c:\autoexec.bat and c:\config.sys code like the following lines,
but I am stuck. Help! :-)
- - - - - - - - - - - - - - c:\autoexec.bat - - - - - - - - - - - - - - -
:dos
what code here?
go to end
:windows
what code here?
go to end
:optimize
what code here?
go to end
end:
what code here?
- - - - - - - - - - - - - - c:\config.sys - - - - - - - - - - - - - - - -
[dos]
what code here?
[windows]
what code here?
[optimize]
what code here?
[menu]
menuitem DS
menuitem Windows
menuitem optimize HD