trdos filesize limit - 64kb
when you copy file to trdos disk you must cut longer file to short chunks
and save it with index number in extension
this is most populaized standart
like this
Filename.txt 255 sectors
Filename.0xt 255 sec
Filename.1xt 2 sec
Thanks Jerri,
this is a good way, how to solve the problem with longer files.
tell me, I am looking into TRD format specification, where can I store two other characters for the extension? (like FILENAME.TXT.......where on the TRD image can I store this "XT" characters?)