From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,575c148e80bbbdf8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-07 10:37:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news2.wam.umd.edu!info.usuhs.mil!oanews!not-for-mail From: "Dave Head" Newsgroups: comp.lang.ada Subject: Re: Using Spawn in Win2K Date: Tue, 7 May 2002 13:36:43 -0400 Organization: NSWCDD Message-ID: References: <6QTB8.4153$iB4.10546@nntpserver.swip.net> NNTP-Posting-Host: oanews X-Trace: oanews 1020793073 22155 (7 May 2002 17:37:53 GMT) X-Complaints-To: abuse@nswc.navy.mil NNTP-Posting-Date: 7 May 2002 17:37:53 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:23660 Date: 2002-05-07T17:37:53+00:00 List-Id: Thanks. I did find CMD. But this is going to make it more fun to produce something for people with the different OS's and have it work the same... command.com wants to give 8X3 filenames no matter what. CMD does long filenames, no problem, and by default too. It must be quitting time somewhere in the world... Dave Head "Bj�rn Lundin" wrote in message news:6QTB8.4153$iB4.10546@nntpserver.swip.net... > Dave Head wrote: > > > > > Specified COMMAND search directory bad > > Microsoft(R) Windows DOS > > (C)Copyright Microsoft Corp 1990-1999. > > > > Howcum? Because, as far as a search of the C: drive can tell, there is no > > "command.com" on the disk. Again, this is W2K. > > > Dave Head > The command interpreter in dos + Win9x is command.com. > However, the command interpreter in NT4 and W2000 is cmd.exe > > /Bj�rn