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); } // E

[Freedos-user] LFN Support in DOS4GW Environment

2020-08-04 Thread Anand Venkatesan
Hi All, I'm using FreeDOS with a DOSLFN driver loaded through autoexec.bat. The harddisk is formatted with a FAT32 single partition. 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

Re: [Freedos-user] Encrypted USB Flash Drive

2020-05-29 Thread Anand Venkatesan
Thank you very much Eric for the quick response. I will keep posted on my experience with these USB flash drives. Thanks, Anand On Fri, May 29, 2020 at 6:39 PM Eric Auer wrote: > > Hi Anand, > > > I'm new to FreeDOS. Could you please help if the FreeDOS supports > > hardware/software encrypted

[Freedos-user] Encrypted USB Flash Drive

2020-05-29 Thread Anand Venkatesan
Hi All, I'm new to FreeDOS. Could you please help if the FreeDOS supports hardware/software encrypted USB flash drives? Something like below. https://apricorn.com/aegis-secure-key-3 https://www.securedrive.com/product/secureusb-kp-encrypted-flash-drive I have searched in the mail list and did