From: "Kris Price" To: Subject: LFN wildcard expansion in NT Date: Tue, 3 Oct 2000 09:53:38 +1300 Message-ID: <4FDF88457C99D31193C900A0C9B41A9F2AC5F5@SERVER> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Reply-To: djgpp AT delorie DOT com Hi, Just new to using DJGPP, I'm finding the wildcard expansion extremely useful when passing arguements to programs I write, however they always get converted to the short 8.3 format (using WinNT), as in I need to pass the wildcards as wildcards of the short versions, not of the long versions, I don't mind so much if they're converted from there into short versions, but it'd really make things a lot easier if I could just pass them in the long version on the command line. Is there a way to get around this? A setting? Or any trick or suggestions? It'd really be much appreciated. Cheers Kris