From: "Weiqi Gao" Newsgroups: comp.os.msdos.djgpp Subject: Re: how to get rid of autoexec.bat Date: 23 Feb 1997 02:54:17 GMT Organization: CRL Dialup Internet Access Lines: 22 Message-ID: <01bc2135$20f2d620$0f02000a@weiqigao> References: <5efatv$juq AT chaos DOT kulnet DOT kuleuven DOT ac DOT be> NNTP-Posting-Host: crl3.crl.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp koen wrote in article <5efatv$juq AT chaos DOT kulnet DOT kuleuven DOT ac DOT be>... >I'm using the menu command in config.sys, so I'm able to start the computer in >two different modes(much memory or more speed). But there's only one >autoexec.bat so after the config.sys, the computer uses always the same Autoexec file >(whatever choice I made in the menu). > >Is there a way to let the computer jump to another bat file? The MS-DOS "MENUITEM" command sets the environment variable %CONFIG% to the menu item string. You can check the value of this variable in your AUTOEXEC.BAT and GOTO appropriate places. I seem to remember that the "SHELL=" command allows you to specify a different AUTOEXEC.BAT. -- Weiqi Gao weiqigao AT crl DOT com