Xref: news2.mv.net comp.os.msdos.djgpp:1661 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: What to use? LongFileNames, Grep etc Date: Sat, 24 Feb 1996 23:43:07 CST Organization: Rice University, Houston, Texas Lines: 8 Message-ID: <312ff6eb.sandmann@clio.rice.edu> References: <199602240049 DOT TAA05244 AT mail-e2a-service DOT gnn DOT com> <4gj3ft$r0c AT rs18 DOT hrz DOT th-darmstadt DOT de> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > BTW. Does the long filename support of djgpp also work on OS/2? This would > certainly make djgpp the most usefull development system in the one executable > fits all category. No. To support long filenames, the "DOS" must support the long file name API which MS created (uses Int21, ah=71) and neither OS/2 or NT did last time I checked. That's not to say a virtual device driver or even a DOS TSR couldn't be used to provide this.