microdos
                    MicroDOS is a DOS emulator that allows you to a select number of things.
 There are currently 17 commands that can be used will in MicroDOS.
     HELP      - This command is used to display the command help screen.
     EXIT      - This command is used to exit the DOS emulator.
     DEL x     - This command is used to delete file(s), where 'x' is the file  
                 name, or specification, to be deleted.
     TYPE x    - This command is used to display a text file on the screen,     
                 where 'x' is the file name of the file to be displayed.
     REN x     - This command is used to rename a file, where 'x' is the file   
                 name to be renamed, you must also specify the new file name.
     DIR x     - This command is used to list the files in the current          
                 directory, where 'x' is the file specification.
                 Using "/W" gives a shortened
     CD x      - This command is used to change to a new directory, where 'x'   
                 is the directory name to change to.
     MD x      - This command is used to make a new directory, where 'x' is the 
                 new directory name.
     RD x      - This command is used to remove a directory, where 'x' is the   
                 directory name to be removed.
     x:        - This command is used to change to a new drive, where 'x' is    
                 the drive letter.
     CLS       - This command is used to clear the screen.
     SEND x    - This command is used to send a file to the user, where 'x' is  
                 the file name of the file to be sent.
     RECEIVE x - This command is used to receive a file from the user, where 'x' 
                 is the file name of the file to receive.
     VER       - This command is used to display the current version of         
                 MicroDOS.
     DIRSIZE x - This command is used to display the total file size in the     
                 current directory, where 'x' is the file specification of the  
                 file(s) to be totalled.
     EDIT x    - This command is used to edit a text file using Iniquity's      
                 internal full screen editor. 'x' is the file name of the file
                 to edit.
     EXEC x     - This command is used to run external function's out side of    
                  Iniquity's MicroDOS, where 'x' is the command to run.
     COPY x x   - This command is used to copy a file. Using "/Y" will supress
                  prompting for overwrite confermation.
     MOVE x x   - This command is used to move a file. Using "/Y" will supress
                  prompting for overwrite confermation.
     DISKFREE x - This command is used to display the total amount of disk
                  space left on a drive.
                  
     VIEW       - This command is used to view the contents of a .ZIP file.
                    
                                    microdos.txt · Last modified:  by admin
                
                