From: Nathan Phillips Newsgroups: comp.os.msdos.djgpp Subject: Re: how to get rid of autoexec.bat Date: Thu, 20 Feb 1997 20:42:54 +0000 Organization: Oxford University Lines: 17 Message-ID: References: <5efatv$juq AT chaos DOT kulnet DOT kuleuven DOT ac DOT be> Reply-To: Nathan DOT Phillips AT St-Hughs DOT ox DOT ac DOT uk NNTP-Posting-Host: ug2.sthughs.ox.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <5efatv$juq@chaos.kulnet.kuleuven.ac.be> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 19 Feb 1997, koen wrote: > 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? I believe you can give an argument to the SHELL=command.com line (/c perhaps?) to tell it which file to use. Check help command.com I suppose. | | | | |\ | _ |- |_ _. _ | \| (_| |_ | ) (_| | ) - Nathan DOT Phillips AT St-Hughs DOT oxford DOT ac DOT uk char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}