Re: Re[2]: Basic routine for directory listing

1999-07-28 Thread Maarten ter Huurne
At 01:44 PM 7/28/99 +0200, you wrote: >> You can read the directory (sector 7 and beyond for 720K floppy) using >> DSKI$ and get the filenames from there. > >But this works only on the root directory. If you want to read a subdir, you only have to know which sector is the first sector of that su

Re[2]: Basic routine for directory listing

1999-07-28 Thread Antonio & Nestor Soriano
Maarten ter Huurne <[EMAIL PROTECTED]> escribió/wrote/kakimashita/escreveu/écrit: > You can read the directory (sector 7 and beyond for 720K floppy) using > DSKI$ and get the filenames from there. But this works only on the root directory. Sorry for my insistence but: use NestorBASIC!! (^^)v *

Re[2]: Basic routine for directory listing

1999-07-27 Thread Antonio & Nestor Soriano
Adriano Camargo Rodrigues da Cunha <[EMAIL PROTECTED]> escribió/wrote/kakimashita/escreveu/écrit: > > > Anyone has a simple but good BASIC "routine" to read the contents of a > > > directory and put it into variables > > Set textcolor to backgroundcolor, clear screen, do FILES "*.LDR" and PE