home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / menuts / ezmenuv2.arj / DOSCOMMA.MNU next >
Text File  |  1993-07-12  |  1KB  |  43 lines

  1.  D o s     C o m m a n d s     M e n u
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. Copy Files
  11. @XCOPY source [destination] [/A or /M] [/D:date] [/P] [/S [/E]] [/V] [/W]║@
  12. @/A - Copies files with the archive attribute set, doesn't change the attribute.
  13. @/M - Same as /A, except it turns off the archive bit after copying.
  14. @/P - Prompts you before creating each destination file.
  15. @/S - Copies directories and subdirectories, except for empty ones.
  16. @/E - Copies all subdirectories, even the empty ones (must use /S with /E).
  17. @/V - Verifies each new file.║@/W - Prompts you to press a key before copying begins.
  18. @/D:date - Copies files changed on or after the specified date.
  19. CLS║XCOPY [Enter the source drive:\path\filename(s)] [Enter the destination drive:\path%A:\]  [Enter any additional switches]
  20. PAUSE
  21. Delete Files
  22. @DEL [drive:][\path\]filename ║@ ║ CLS
  23. DEL [Enter drive:path\filename of file(s) to delete (wildcards allowed)]
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. Directory Listing
  33. @DIR [drive:][\path][\filename] [/W] [/P]║@
  34. @/W - Displays the directory in a wide format.
  35. @/P - Displays the directory one page at a time.
  36. CLS ║DIR [Enter the drive:\path of the directory to display] [Enter any additional switches]
  37. PAUSE
  38.  
  39.  
  40.  
  41.  
  42.  
  43.