|}
NotesNote:Each file is usually stored with an [[AMSDOS Header]] but can also be headerless ==== CAT'art ==== * The catalog structure can be hacked by using ascii control characters (codes 0 to 31) to create decorated catalogs (CAT'art). CAT never loads and executes a boot sector. It just displays the chars of the files using "TXT OUTPUT" (#bb5a) which will execute control codes as well. There were already tools from the 80ies for modifying a directory in a way that will display colourful chars placed at any location on the screen by adding dummy file entries with 0KB sizes. Or you hardcode it directly by yourself, which allows much more chars and effects. The trick is to disable text output at the end of a filename to prevent printing file sizes/line feeds and enable it again at the beginning of the next filename; and you also have to use one hidden char for sorting them in the correct order. See here for more details: [http://cpc.sylvestre.org/technique/technique_catart1.html All about CAT'arts (FR)]* Each file is usually stored with an [[AMSDOS Header]] but can also be headerless
<br>