Differences

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

Link to this comparison view

Next revision
Previous revision
rw:comp:os:cli [2022/05/09 12:38]
super created
rw:comp:os:cli [2023/09/16 11:53] (current)
super
Line 1: Line 1:
-DOS Commands+=====DOS Commands===== 
 + 
 + 
 +**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 
 +  * dir - lists the files, multi column, no details 
  
-list files in a directory 
-  * ls 
-wildcard copy 
-  * #? 
-  * examples 
-    * you're in a directory below root/top and you want to copy a file from there 
-    * copy #? /file.txt/ 
Last modified: le 2022/05/09 12:38