The search for an old dos menu program , no idea what it is.
Hey guys, im working on a sweet dos enviornemtn for the virtual pc, but back in the daysof my old 386 when dos loaded up(this was when i knew nothing abotu computers), after it loaded up it went to the c:/> prompt , BUT it also brought up this menu of the programs for dos, not just doshell, and scandisk, but all my old dos games as well. All the programs on the menu were numberd so you could either type in the program name or the corresponding number. I never took a picture of it but useing the following text this is what it looked like, cept it was in shaeds of blue and red.
C:\>3
*please bear with me, does this look in anyway familer to anyone.
If so what is it caleld and where could i find it... Thanks
[Edit by Q: code tags]
__________________________________________ [---------------------------------------------------------] [-----------------JustinMorehouse---------------------] [---------------------Programs-------------------------] [ --------------------------------------------------------] [-----1.Dosshell------------------4.mouse drivers ---] [------2.Cd Player------------------5.jukebox--------] [------3.Windows ------------------------------------- ] [---------------------------------------------------------] [---------------------------------------------------------] [--------------------------------------------------------- ] [---------------------------------------------------------] [---------------------------------------------------------] [________________________________________ ]
C:\>3
*please bear with me, does this look in anyway familer to anyone.
If so what is it caleld and where could i find it... Thanks
[Edit by Q: code tags]
Comments
MENU.BAT
Echo "1 windows"
Echo "2 dosshell"
Echo "3 cdplayer"
blah blah bla
and for every program, a batch fie looking like this:
1.BAT
c:\windows\win
place all those files in a directory called "menu" or something, and make sure path=c:\menu\ is in autoexec.bat (or config.sys, not sure about this)
also make sure that the last line in autoexec.bat reads c:\menu\menu.bat
this wil give you the menu on startup
PS. im not sure anymore how to create batch files, I haven't worked with them for a VERY long time. There are a lot of batch tutorials on the internet. try google or something.
-Q
YES! Q please tell me you know what its called
-Q
-Q