Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpcc01!hpcuhb!hpcllla!hpclisp!defaria@hpclapd.HP.COM From: defaria@hpclapd.HP.COM (Andy DeFaria) Newsgroups: comp.lang.pascal Subject: Re: Writing an alternate shell (COMMAND.COM)? Message-ID: <950038@hpclapd.HP.COM> Date: 31 Aug 90 16:40:20 GMT References: <950037@hpclapd.HP.COM> Organization: Hewlett-Packard Calif. Language Lab Lines: 10 >/ hpclapd:comp.lang.pascal / ffritze@hpwad.HP.COM (#Fromut Fritze) / 8:35 am Aug 30, 1990 / > >try setting comspec to run a batch correctly: > > set comspec=command.com /c nodos If I remember my test for this correctly, this won't work because of the embedded spaces in the value (i.e. the space after "COM" and before the "/C" and the space after the "/C"). Also, DOS doesn't seem to like quotation marks (i.e. set comspec="command.com /c nodos").