Multi Boot Menu

F

FJ

I'm trying to create a multi boot disk that depending on which opton is
selected, a respective mapping will take place and execute a program.

I have created the multimenu portion in the config.sys:

MENUITEM=mc1, App1
MENUITEM=mc2, App 2
MENUITEM=mc3, App 3

My problem is that each of these choices has to execute separate commands in
the autoexec.bat file. I have no idea how to setup the autoexec.bat file to
allow this? Is it even possible? If so, how should it look?

Thanks.
 
P

Pegasus \(MVP\)

FJ said:
I'm trying to create a multi boot disk that depending on which opton is
selected, a respective mapping will take place and execute a program.

I have created the multimenu portion in the config.sys:

MENUITEM=mc1, App1
MENUITEM=mc2, App 2
MENUITEM=mc3, App 3

My problem is that each of these choices has to execute separate commands in
the autoexec.bat file. I have no idea how to setup the autoexec.bat file to
allow this? Is it even possible? If so, how should it look?

Thanks.

What operating system do you run? The technique you outline
relates to DOS. This is a Windows 2000 newsgroup.
 
F

FJ

I'm trying to make a DOS boot disk for my Windows 2000 box to connect to a
Windows 2003 server from DOS. I have actually figured out how to do it, but
do have one question:

Is there a limit to the number of "MENUITEM" lines that will be recoginized?
I had put 13 menuitems, but it only sees the first 9.
 
P

Pegasus \(MVP\)

I don't know the answer - Win2000 does not use this
menu technique. Try to repost in a Win98 newsgroup -
they would know.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top