DOS Commander (C64) (*) Dave, 1993 This little tool is for sending disk commands to your drives, if you don't use other extensions which are able to manage it. The program is loaded to $C300-C3B3, and you can use it during editing or running BASIC programs. Syntax: SYS 49920[,"command"[,dn]] or SYS 49920,"$[filter]"[,dn] 'command' is your DOS command to send. When it's empty or you omit the whole parameter section, the drive's (error) message will be displayed. '$[filter]' is the way of listing directory, selected by 'filter', which can be omitted. 'dn' is the device number, default is the last used drive, or number 8. --- This program is FREEWARE, but source file is included. Please share them without making any changes, or do mention your improvements.