Re: FAT32 HELP!
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 19, 1999
- 419 views
On Wed, 18 Aug 1999 00:56:28 -0400, Wes Hamilton <whamilton at WMRLS.ORG> wrote: WES your function works ! >Hi Folks, > >I'm hoping someone can point me in the right direction for obtaining >extended free space on FAT32 drives while in DOS. I tried using the >following function (INT21, #7303), which works great in a dos box, but not >in real mode. Is this impossible, or what? JUST CHANGE THE PARAMETER "letter" TO A SEQUENCE AND THEN CALL IT WITH Disk_free_space("C") >global function disk_free_space(integer letter) <<-------------<< Bernie