1 - I want to buy PBDOS, the new price @ US$99 is appealling. After submitting payment details etc to the credit card server, can I download PBDOS straight away? I only want electronic docs, not printed, and im assuming it would be a relatively tiny download
2 - Im only buying it for one purpose and that involves being able to enumerate all files in all directories, i searched and searched through the PBDOS forum but couldnt find anything. Its a walk in the park to do it in Windows with FindFirstFile, FindNextFile, etc, but obviously I cant use Windows APIs in DOS, so does anyone have any code to do that? basically an implementation of "dir" (the simpler the better)
3 - obviously DOS programs cant see files in NTFS partitions, but can they see FAT16/FAT32 ? (its been so long since i used dos)
Thanks!
Wayne
[This message has been edited by Wayne Diamond (edited July 25, 2001).]
2 - Im only buying it for one purpose and that involves being able to enumerate all files in all directories, i searched and searched through the PBDOS forum but couldnt find anything. Its a walk in the park to do it in Windows with FindFirstFile, FindNextFile, etc, but obviously I cant use Windows APIs in DOS, so does anyone have any code to do that? basically an implementation of "dir" (the simpler the better)
3 - obviously DOS programs cant see files in NTFS partitions, but can they see FAT16/FAT32 ? (its been so long since i used dos)
Thanks!
Wayne
[This message has been edited by Wayne Diamond (edited July 25, 2001).]
Comment