Xref: news-dnh.mv.net comp.os.msdos.djgpp:4241 Path: news-dnh.mv.net!mv!barney.gvi.net!news.netrail.net!imci2!newsfeed.internetmci.com!in1.uu.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 LFN Date: Wed, 10 Jan 1996 10:49:54 CST Organization: Rice University, Houston, Texas Lines: 11 Message-ID: <30f3ee32.sandmann@clio.rice.edu> References: <30F3B2CE DOT 6D54 AT sna DOT co DOT umist DOT ac DOT uk> 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 > Also, what renaming do I have to do in order to use Windows 95 > long names? [e.g. streambu.h -> StreamBuf.h] You can either turn off LFNs when compiling code which expects truncations (ie SET LFN=N) or use the command line rename command to put the name as expected. There is a neat registry setting which does truncation without the ~1 crap which allows you to run with LFNs on or off, but I don't remember the details off hand (I will have to put it in the docs). If someone would make a nice .BAT file with all the renames for W95 it would be nice.