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
Last modified: le 2023/09/16 11:53