Changes

Vortex Disc Drives

747 bytes added, 12:31, 21 January 2018
/* Germanized-English RSX Commands */
</gallery>
== Germanized-English RSX Commands and VDOS differences compared to AMSDOS ==
* Vortex apparently considered the normal AMSDOS RSX commands |TAPE.xx and |DRIVE/|USER too difficult for german users, and changed them to |CAS and |SELECT (which resemble equivalent german words ''Kassette'' and ''Selektieren''). This is making VDOS slightly incompatible with AMSDOS and all other AMSDOS clones (except for Dobbertin's X-DDOS, which supports both the english and germanized dialects). |SELECT is used to both select user and/or drive. e.g. |SELECT,"3" for user 3, |SELECT,"B" for drive B, |SELECT "4B" for user 4 on drive B. VDOS doesn't have USER or DRIVE commands. * When using CAS CATALOG you give the address of a buffer to fill with the list of files in the current user and drive. The format of this data differs compared to AMSDOS. AMSDOS uses: <ff> <8 bytes filename> <3 bytes extension> <2 bytes size in K> with a byte of 00 to indicate the end of the list. VDOS uses: <user> <8 bytes filename> <3 bytes extension> <2 bytes size in K> with a byte of FF to indicate the end of the list. This is important if you use CAS CATALOG and parse the data to fetch the list of files.
== Manuals ==
2,541
edits