Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!tim From: tim@seismo.UUCP Newsgroups: net.micro.pc Subject: another DOS 2.0 bug Message-ID: <123@citcsv.UUCP> Date: Sat, 8-Oct-83 17:38:26 EDT Article-I.D.: citcsv.123 Posted: Sat Oct 8 17:38:26 1983 Date-Received: Sun, 9-Oct-83 12:55:23 EDT Lines: 11 Has anybody figured out how to get COMMAND.COM to work with both the -c and the -p options. It seems that if I supply them both, then the -p option is ignored. I wanted to put the following line in my autoexec.bat, (and thereby cause the newly booted system to read both command.com and autoexec.bat from my alternate vendor hard disk) shell=C:\bin\command.com \bin -p -c C:\bin\autoexec.bat This won't work if I can't get both options to work together. If I try this, it runs autoexec correctly, but the shell does not stay resident, and the system hangs.