X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 15 Jan 2005 12:08:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c4faea$Blat.v2.2.2$57538880@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <41E81320.609028BD@yahoo.com> (message from CBFalconer on Fri, 14 Jan 2005 18:57:24 GMT) Subject: Re: intdos question References: <41E81320 DOT 609028BD AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: CBFalconer > Date: Fri, 14 Jan 2005 18:57:24 GMT > > I think you are barking firmly up the wrong tree. The point is > "why does the drag and drop leave a short file name". There is no > need for your program to incorporate all sorts of non-standard and > non-portable code if you can solve that. Drag-n-drop produces a short 8+3 file name due to a Windows misfeature: it always does that when a file is dropped on a DOS program. AFAIK, there's no solution for this misfeature except reconstruct the long file name the way the OP wanted and Brian's code did. So in this case, it's definitely the right tree that's being barked up.