Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rw:comp:os:cli [2022/05/09 15:00]
super
rw:comp:os:cli [2023/09/16 11:53] (current)
super
Line 1: Line 1:
-**DOS Commands**+=====DOS Commands=====
  
-list files in a directory+ 
 +**copy** files 
 +  * copy all files from a floppy to current directory 
 +      * copy df0: "" all 
 +  * copy files from floppy to a sub-folder of your current hard drive 
 +      * copy df0: to a2091_130 all 
 +      * if sub-folder does not exist it will be created 
 +      * all floppy files will be copied into the a2091_130 folder 
 +  * copy all files from floppy to RAM drive 
 +      * copy df0: to RAM: all 
 +  * wildcard copy 
 +      *  #? 
 +      * copy files from current root/top directory to sub directory 
 +      * copy fil#? /dir1/ 
 + 
 +**list files** in a directory
   * ls - gives a detailed view of files in the directory with date stamps and rights   * ls - gives a detailed view of files in the directory with date stamps and rights
   * dir - lists the files, multi column, no details   * dir - lists the files, multi column, no details
-wildcard copy +
-  * #? +
-  * examples +
-      * copy files from current root/top directory to sub directory  +
-          * copy fil#? /dir1/+
  
Last modified: le 2022/05/09 15:00