Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!vortex!pete@LBL-CSAM From: pete@LBL-CSAM@vortex.UUCP Newsgroups: net.micro.pc Subject: Re: DOS 2.0 COMMAND.COM Loading Message-ID: <4562@sri-arpa.UUCP> Date: Mon, 29-Aug-83 02:20:04 EDT Article-I.D.: sri-arpa.4562 Posted: Mon Aug 29 02:20:04 1983 Date-Received: Mon, 29-Aug-83 21:03:11 EDT Lines: 10 From: Pete Carah Yes, you can convince DOS 2.0 to load COMMAND.COM from somewhere other than A:. Say for example that COMMAND.COM is on G:\BIN (my case). The SHELL config command to use COMMAND from there is: SHELL=G:\BIN\COMMAND.COM G:\BIN /P The second G:\BIN is the path in COMSPEC, the P switch means permanent, and causes the AUTOEXEC to be used.