Xref: news-dnh.mv.net comp.os.msdos.djgpp:3601 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: LFN versions of ls, cp, mv, etc. Date: Sun, 03 Dec 1995 20:41:39 CST Organization: Rice University, Houston, Texas Lines: 12 References: <49r3vm$j9c AT vega DOT cs DOT pdx DOT edu> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > Could someone please point me to LNF (ala Windows 95) versions of ls, > cp, mv, or anyother Unix-ish commands. The V2 beta 3 has long file name support built in (except for findfirst and exec) and V2 beta 4 will have full support. > The reason is that I would like to write a TSR that will hook into INT 71 > to provide LFN features under DOS 6 and Windows 3.1. Actually that is a hook to Int 21, with AH = 0x71. The V2 libc source contains the appropriate calling sequences.