From: "Wojciech Galazka" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP neither running on ms-dos 6.2 nor on caldera-dos 7.03 Date: Fri, 11 Aug 2000 17:13:32 +0200 Organization: http://news.icm.edu.pl/ Lines: 11 Message-ID: <8n1579$un$1@sunsite.icm.edu.pl> References: <8mq6n6$6gu8v$1 AT ID-16903 DOT news DOT cis DOT dfn DOT de> NNTP-Posting-Host: plus42.polkomtel.com.pl Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Trace: sunsite.icm.edu.pl 966006825 983 212.2.96.169 (11 Aug 2000 15:13:45 GMT) X-Complaints-To: abuse AT news DOT icm DOT edu DOT pl NNTP-Posting-Date: 11 Aug 2000 15:13:45 GMT X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-Notice1: This post has been postprocessed on the news.icm.edu.pl server. X-Notice2: Subject line has been filtered and any Odp: strings removed. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com My suggestion is quite different. Use lfndos.exe or even better try to implement a file cache in that program (the sources of lfndos is available and without the cache the program is rather slow) That original DOS was capable only to work with 8+3 filenames should not prevent us from expanding it to work with long filenames (using for example int 21h AX=71xxh interface) Correct me if this idea is wrong