Re: [Freedos-user] LFN Support in DOS4GW Environment

2020-08-04 Thread Anand Venkatesan
Thanks for your response. I tried adding the LFN macro however I still only have a short file name created in the hard disk. File: #define __WATCOM_LFN__ #include void main(void) { FILE *fptr = fopen("e:\\aerosystems.txt", "w"); fprintf(fptr, "Genesys\n"); fclose(fptr); } //

Re: [Freedos-user] LFN Support in DOS4GW Environment

2020-08-04 Thread TK Chia
Hello Anand, I wrote a small program in C to create a file with a long file name as follows. void main(void) { FILE *fptr = fopen("e:\\aerosystems.txt", "w"); fprintf(fptr, "Genesys\n"); fclose(fptr); } // END main() And then I compiled using the Watcom compiler: It

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-04-02 Thread Eric Auer
Hi, LFN for FAT and for NTFS are working stable in Linux. Could a FreeDOS developer grab this free knowledge from Linux and improve DOSLFN this way? very unlikely. Linux drivers are too different from DOS kernel or DOS TSR to be useful What about bringing the FUSE interface to DOS? Would

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-31 Thread Eric Auer
Hi Michael, indeed, MS LFN started with version 7 (Win9x)... What about FreeDOS kernel and LFN? Wouldn't it make sense also to add LFN to the FreeDOS kernel? Yes but: The DOSLFN license does not allow it so you would have to re-implement LFN from scratch and there is also a risk to get

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-30 Thread Michael Reichenbach
Blair Campbell schrieb: Also according to http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Compatibility it also seams doslfn is not the answer and needs bugchecking by a third developer. Even kernel support would have some of those issues, it seems only not very fast

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-30 Thread Christian Masloch
It is strongly recommended that you use MS-DOS version 7.0 (the version of MS-DOS that ships with Windows 95/98), since it is the only version that will allow you to use long filenames with your NTFS drives. Using earlier versions of MS-DOS restrict you to using file names in 8.3 format.

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-30 Thread Michael Reichenbach
Christian Masloch schrieb: LFN for FAT and for NTFS are working stable in Linux. Could a FreeDOS developer grab this free knowledge from Linux and improve DOSLFN this way? FAT and FAT32 are already supported by DOSLFN, even some CD-ROM filesystems are. NTFS is not supported by any free

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-30 Thread Tom Ehlert
LFN for FAT and for NTFS are working stable in Linux. Could a FreeDOS developer grab this free knowledge from Linux and improve DOSLFN this way? very unlikely. Linux drivers are too different from DOS kernel or DOS TSR to be useful Tom

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-30 Thread King InuYasha
On Mon, Mar 30, 2009 at 2:00 PM, Tom Ehlert t...@drivesnapshot.de wrote: LFN for FAT and for NTFS are working stable in Linux. Could a FreeDOS developer grab this free knowledge from Linux and improve DOSLFN this way? very unlikely. Linux drivers are too different from DOS kernel or DOS

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-29 Thread Michael Reichenbach
Christian Masloch schrieb: Which kind of compatibility does FreeDOS aim for? I mean compatible with which MS-DOS version? 6.22, 7.10, 8.00? As far as I can tell, 8.00 is the same as 7.10 plus some restrictions (I used to have a PC with Windows Me). Yes, well 8.00 can load Win ME.

Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-29 Thread Blair Campbell
Also according to http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Compatibility it also seams doslfn is not the answer and needs bugchecking by a third developer. Even kernel support would have some of those issues, it seems only not very fast and risk to crosslink files

Re: [Freedos-user] LFN

2008-12-11 Thread Ray Davison
Blair Campbell wrote: extract doslfn.com (or exe) and the .cp? I can't remember the extention but there's a few codepage tables afair that the extension begins with .cp How about cp*.tbl? Those need to go in the bin directory. I assume you mean C:\FDOS\BIN Then lh doslfn should do

Re: [Freedos-user] LFN

2008-02-15 Thread Robert Riebisch
Ray Davison wrote: Boot screen says: DOSLFN 0.40c Kernel is 20 Sept 07 Neither NC or VC 4.05 or DIR display LFNs. Don't know about NC, but only VC 4.99.08 supports LFN. You can also try http://www.ritlabs.com/en/products/dn/index.php?phrase_id=642999 or

Re: [Freedos-user] LFN

2008-02-15 Thread Ray Davison
Robert Riebisch wrote: Ray Davison wrote: Boot screen says: DOSLFN 0.40c Kernel is 20 Sept 07 Neither NC or VC 4.05 or DIR display LFNs. Don't know about NC, but only VC 4.99.08 supports LFN. You can also try http://www.ritlabs.com/en/products/dn/index.php?phrase_id=642999 or No on

Re: [Freedos-user] LFN

2008-02-14 Thread Blair Campbell
try dir /lfn On Thu, Feb 14, 2008 at 7:12 PM, Ray Davison [EMAIL PROTECTED] wrote: Boot screen says: DOSLFN 0.40c Kernel is 20 Sept 07 Neither NC or VC 4.05 or DIR display LFNs. What am I missing? Ray - This

Re: [Freedos-user] LFN support?

2004-02-09 Thread Steffen Kaiser
On Sat, 7 Feb 2004, Aitor SantamarĂ­a Merino wrote: In my understanding, there's no LFN support at all, except in the DIR command of FreeCOM, where an existing LFN is searched and displayed. No. There is no LFN support in FreeCOM. And there will be none, unless available for all commands. Bye,

Re: [Freedos-user] LFN support?

2004-02-07 Thread maintainer freedospg
Hi, I do worry LFN is the user's heaven, the programmer's hell. regards, BAHCL --- Aitor_Santamar_Merino [EMAIL PROTECTED] Hi John, John Price escribi#65533;: I've seen some mention of LFN support in FreeDOS. I wonder exactly how much support we are talking about... Is it