home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / menu / 015 / doscomm.men < prev    next >
Encoding:
Text File  |  1989-09-01  |  2.6 KB  |  44 lines

  1. "ASSIGN   -- Changes drive designations         [Assign A=B]"
  2. "ATTRIB   -- Shows or changes file attributes   [attrib myfile]"
  3. "BACKUP   -- Backups files from hard drive      [Backup D: A:]"
  4. "BREAK    -- Causes DOS to check for Ctrl-Break [Break on]"
  5. "CD       -- Change directory                   [cd \wp]"
  6. "CHKDSK   -- Checks a hard drive for errors     [chkdsk /f]"
  7. "CLS      -- Clears the screen                  [cls]"
  8. "COMP     -- Compares contents of two files     [comp f1 f2]"
  9. "COPY     -- Copies file(s)                     [copy a:*.*]"
  10. "CTTY     -- Changes input and output devices   [ctty aux]"
  11. "DATE     -- View or change system date         [date]"
  12. "DEBUG    -- Low-level utility and assembler    [debug]"
  13. "DEL      -- Deletes a file                     [del myfile]"
  14. "DIR      -- View a directory                   [dir c:"
  15. "DISKCOMP -- Compares contents of two diskettes [diskcomp a: b:]"
  16. "DISKCOPY -- Copies one diskette to another     [diskcopy a: b:]"
  17. "EDLIN    -- Worthless line editor              [edlin myfile]"
  18. "ERASE    -- Deletes a file                     [erase myfile]"
  19. "GRAPHICS -- Lets IBM printer print graphics    [graphics]"
  20. "LABEL    -- Creates or changes a drive label   [label c:]"
  21. "LINK     -- Programming utility                [link ...]"
  22. "MD       -- Makes a new directory              [md newdir]"
  23. "MODE     -- Sets video display mode, etc.      [mode co80]"
  24. "MORE     -- Displays data one screen at a time [more <myfile]"
  25. "PATH     -- Tells DOS where to look for files  [path c:\;d:\]"
  26. "PRINT    -- Background printing command        [print myfile]"
  27. "PROMPT   -- Sets attributes of system prompt   [prompt $p $:]"
  28. "RECOVER  -- Recovers file(s) from bad disk     [recover a:myfile]"
  29. "REN      -- Rename a file                      [ren file1 file2]"
  30. "RESTORE  -- Restore files from BACKUP          [restore a:]"
  31. "RD       -- Remove an empty directory          [rd mydir]"
  32. "SET      -- Add or change DOS variables        [set lib=c:\lib]"
  33. "SHARE    -- Installs file sharing for network  [share]"
  34. "SORT     -- Sorts file or directory            [dir|sort/+14]"
  35. "SUBST    -- Creates pseudo-drive of directory  [subst z: c:\qb]"
  36. "SYS      -- Put operating system on a disk     [sys d:]"
  37. "TIME     -- View or change system time         [time]"
  38. "TREE     -- Shows all subdirectories on disk   [tree c:]"
  39. "TYPE     -- Display file contents on screen    [type myfile]"
  40. "VER      -- Displays the current DOS version   [ver]"
  41. "VERIFY   -- Verifies disk writes are correct   [verify on]"
  42. "VOL      -- Tells the name of a disk           [vol c:]"
  43. "XCOPY    -- Copies multiple directories        [xcopy a: c:]"
  44.