From: "Repugnant" Newsgroups: comp.os.msdos.djgpp References: <1659-Sat21Apr2001210001+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: DJGPP Newbie Questions Lines: 31 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <4l_E6.32978$IJ1.2808377@bgtnsc05-news.ops.worldnet.att.net> Date: Mon, 23 Apr 2001 18:17:36 GMT NNTP-Posting-Host: 12.79.227.89 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 988049856 12.79.227.89 (Mon, 23 Apr 2001 18:17:36 GMT) NNTP-Posting-Date: Mon, 23 Apr 2001 18:17:36 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I want to use true DOS for quicker booting. "Eli Zaretskii" wrote in message news:1659-Sat21Apr2001210001+0300-eliz AT is DOT elta DOT co DOT il... > > From: "Repugnant" > > Newsgroups: comp.os.msdos.djgpp > > Date: Fri, 20 Apr 2001 05:34:16 GMT > > > > Whats a good Internet resource for programming DOS programs with DJGPP? > > Try the User's Guide page of DJ Delorie's server > (http://www.delorie.com/djgpp/ug/). > > > for instance, in Win32 I can call the FindFirstFile function to do a > > file search, what would the equivalent be in DOS? > > Use `findfirst'. > > > Also, how do I enable long filename support under DOS? > > You need to install a TSR that supports the special LFN API used by > DJGPP library functions to access long file names. One such TSR is > mentioned in the DJGPP FAQ list (see section 3.3). > > > I'm using Win98 DOS in true DOS mode, not as a command box inside of > > Windows > > Why can't you use a DOS box on top of Windows? Why do you need to go > to the DOS mode? Staying on Windows would give you long file names > automatically.