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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d427e558e79b637a X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: GNAT NT 3.09 Search Path Date: 1997/02/18 Message-ID: <01bc1d86$01fc5af0$018c71a5@dhoossr>#1/1 X-Deja-AN: 219583361 Distribution: world References: <33083429.1726@netspace.net.au> <01bc1ccb$efa2e460$278c71a5@dhoossr.iquest.com> <5e9om6$hmg$1@news.nyu.edu> Organization: interQuest Online Services -- Huntsville, AL Newsgroups: comp.lang.ada Date: 1997-02-18T00:00:00+00:00 List-Id: I stand corrected. The UNIX-like utilities which come with the Microsoft Resource Kit for Windows NT (1995 version) do not support the //D/ syntax. Those that are part of the gnu-win32 toolset do. I do find it convenient, however to use the mount command. E.g., I have mounted V:\win32ada as /win32ada, so that path names embedded in scripts, or in environment variable values can be drive-independent. Thanks for pointing out my error. David C. Hoos, Sr. http://www.ada95.com http://www.dbhwww.com Richard Kenner wrote in article <5e9om6$hmg$1@news.nyu.edu>... > In article <01bc1ccb$efa2e460$278c71a5@dhoossr.iquest.com> "David C. Hoos, Sr." writes: > >The gnat3.09 release includes that portion of gnu-win32 necessary to > >support gnat (provided everything is on drive C). To support use of drives > >other than drive C, you need at least the mount executable from the > >gnu-win32 project. > > I don't think this is correct. The syntax "//g/directory/file" > is supported (this is for compatibility with the NT Posix subsystem). > I can't test this since I only have one drive, though. >