home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / kids / flashqz / ms-dos-1.qzz < prev    next >
Text File  |  1995-01-27  |  2KB  |  65 lines

  1. DIR
  2. List the current directory on the screen.
  3. DIR/P
  4. List the current directory on the screen and pause at the bottom of the screen
  5. DIR/W
  6. List the current directory on the screen in the wide screen format
  7. CD
  8. Displays the current directory. (same as CHDIR)
  9. LABEL
  10. Create, change, or delete a volume label on a disk
  11. RMDIR
  12. Remove a directory from a multi-level directory
  13. REN
  14. Renames a specific file or program
  15. MKDIR
  16. Makes a directory
  17. FORMAT
  18. Formats a disk in the specified drive to accept MS-DOS files
  19. DISKCOMP
  20. Compares the contents of two disks
  21. DIR > PRN
  22. Print the contents of the current directory on the printer.
  23. CD\
  24. Change to the root directory of the current logged drive.
  25. COPY
  26. Copy a file or program
  27. TYPE
  28. Print the contents of an ASCII file on the screen.
  29. COPY [FILENAME.EXT] PRN
  30. Print the contents of an ASCII file to the printer.
  31. COPY CON PRN
  32. Send keyboard entries to the printer. (must end with CTRL Z)
  33. TREE
  34. Display the root directory and path to sub-directories.
  35. XCOPY
  36. Copies files and including related sub-directories.
  37. DELTREE
  38. Erases a directory, all sub-directorys, and all files with in them.
  39. CKHDSK
  40. Checks a disk and displays a status report.
  41. CLS
  42. Clears the screen
  43. DEL
  44. Deletes on or more files.
  45. ECHO
  46. Displays messages, or turns command echoing on or off.
  47. ERASE
  48. Erases one or more files. (Same as DEL)
  49. FDISK
  50. Configures a hard disk for use with MS-DOS.
  51. FIND
  52. Searches for a text string in a file or files.
  53. MEM
  54. Displays the amount of used and free memory in your system.
  55. MSD
  56. Provides tehcnical information about your computer.
  57. MODE
  58. Configures a system device.
  59. SYS
  60. Copies MS-DOS system files and command interperter to a disk you specify.
  61. VER
  62. Displays the MS-DOS version.
  63. VERIFY
  64. Directs MS-DOS to verify that files are written correctly to a disk.
  65.