TR-DOS Main program (internal) commands
(same usage with msdos)

DIR (command usage: same with msdos) 
VOLUME (drive:)
CD directoryname (same with msdos)
CLS (same with msdos)
DATE (same with msdos)
TIME (same with msdos)
MKDIR (same with msdos)
RMDIR (same with msdos)
SHOW filename  (same with msdos TYPE command)
DEL filename (same with msdos)
ATTRIB filename or ATTRIB dirname  (same with msdos)
RUN filename.com or RUN filename.exe
COPY <path/sourcefile> <path/destinationfile>  (similar with msdos)
MEM memory allocation
LONGNAME shortname
PROMPT promptname
VER	 

TR-DOS DRIVE RECOGNIZATION:

Singlix FS file system  (example: a.disk)
FAT 16 File system (example: c.disk)
FAT 12 File system  (example: b.disk)
FAT 32 File sysytem

Drive names: A: B: C: D: etc.
Directory/Path separator: "/"

Example: C:/DOS/readme.txt

C:> CD DOS
C:/DOS> show readme txt

C:> CD DOS
C:/DOS> RUN RUNME.COM

COPY A:/TRDOS/FILENAME.TXT C:/DOS/NEWNAME.TXT
