home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / info / dostrain.arc / OSCOMM.HDT < prev    next >
Encoding:
Text File  |  1988-01-24  |  5.4 KB  |  178 lines

  1. .po0
  2. .mb3
  3. .mt3
  4.                     Introduction to PC DOS
  5.  
  6.      Thi≤ i≤ ß shor⌠ summar∙ oµ P├ DOS¼ ou≥ operatinτ system«  I⌠ ì
  7. contain≤ onl∙ ß fe≈ oµ thσ mos⌠ usefu∞ command≤ anΣ onl∙ show≤ ì
  8. somσ oµ thσ variation≤ oε each«  Fo≥ morσ detai∞ checδ thσ manua∞ ì
  9. o≥ onσ oµ thσ man∙ book≤ oε DOS.
  10.  
  11. I.  Drive Identifiers and File Names
  12.  
  13.      ┴ drivσ identifie≥ i≤ eithe≥ A║ B: o≥ C:
  14.  
  15.      ┴ filσ namσ caε havσ threσ parts¼ ß drivσ identifier¼ ß ì
  16. name¼ anΣ aε extension¼ bu⌠ thσ drivσ identifie≥ anΣ extensioε ì
  17. arσ optional«  Thσ namσ mus⌠ bσ froφ ▒ t∩ ╕ characters¼ anΣ thσ ì
  18. extension¼ iµ any¼ froφ ▒ t∩ │ characters«  Therσ shoulΣ bσ n∩ ì
  19. space≤ anywherσ iε thσ filσ name«  Herσ arσ ß fe≈ examples:
  20.  
  21.                HOHO
  22. ááááááááááááááá
  23.                A:HOHO
  24. ááááááááááááááá
  25.                A:HOHO.EXE
  26.  
  27.  
  28. II.  Command Summaries
  29.  
  30.      Thesσ arσ thσ basiπ command≤ yo⌡ wil∞ neeΣ t∩ know«  Iε thσ ì
  31. genera∞ forms¼ thσ squarσ bracket≤ meaε tha⌠ somethinτ i≤ ì
  32. optional.
  33.  
  34.  
  35. DIR║  Displa∙ thσ director∙ oµ file≤ oε ß disk
  36.  
  37.      general form:  DI╥ █ <drivσ╛ ▌ █ /╫ ]
  38.  
  39. áááááDI╥       dislplays the directory of the current drive
  40.  
  41. áááááDI╥ B:    displays the directory of drive B
  42.  
  43. áááááDI╥ A:    displays the directory of drive A 
  44.  
  45. áááááDI╥ /W    displays the directory in "wide" format
  46.  
  47.  
  48. TYPE:  Display the contents of a disk file
  49.  
  50.      general form:  TYPE <file name>
  51.  
  52. áááááTYP┼ HOH╧      displa∙ thσ filσ calleΣ HOH╧ oε thσ curren⌠ drive
  53.  
  54. áááááTYPE B:HOHO    display the file called HOHO on drive B
  55.  
  56.  
  57. PRINT║  Prin⌠ thσ content≤ oµ ß disδ file
  58.  
  59.      genera∞ form║  PRIN╘ <filσ name>
  60.  
  61.      PRIN╘ HOH╧     prin⌠ thσ filσ calleΣ HOH╧ oε thσ curren⌠ drive
  62.  
  63. áááááPRINT B:HOHO   print the file called HOHO on drive B
  64. èERASE:  Erase a file from a disk
  65.  
  66.      general form:  ERASE <file name>
  67.  
  68. áááááERAS┼ HOH╧     erasσ thσ filσ calleΣ HOH╧ froφ thσ curren⌠ ì
  69. ááááá               drive
  70.  
  71. áááááERASE B:HOHO   erase the file called HOHO from drive B
  72.  
  73.  
  74. RENAME:  Change the name of a file
  75.  
  76.      general form:  RENAME <file name> <file name>
  77.  
  78. áááááRENAM┼ HOH╧ HAH┴    changσ thσ namσ oµ thσ filσ calleΣ HOH╧ ì
  79. ááááá               áááááon the current drive to HAHA
  80.  
  81. áááááRENAM┼ B:HOH╧ HAH┴  changσ thσ namσ oµ thσ filσ calleΣ HOH╧ ì
  82. ááááá               áááááon drive B to HAHA
  83.  
  84.  
  85. <Program Name>:  Load and execute the program
  86.  
  87. áááááHOHO      loaΣ anΣ executσ thσ prograφ calleΣ HOHO whicΦ ì
  88. ááááá     áááááis on the current driveì
  89. áááá
  90. áááááB:HOH╧    loaΣ anΣ executσ thσ prograφ calleΣ HOH╧ whicΦ i≤ ì
  91. ááááá     áááááon drive Bá
  92.  
  93.  
  94. FORMAT:  Make a disk ready to use
  95.  
  96.      general form:  FORMAT <drive> [/S]
  97.  
  98. áááááFORMAT B:      initialize the new disk that is in drive B
  99.  
  100. áááááFORMA╘ B:/╙    initializσ thσ ne≈ disδ tha⌠ i≤ iε drivσ ┬ ì
  101. ááááá               and put a copy of the operating system on it
  102.  
  103.  
  104. COPY:  Make a copy of a file
  105.  
  106.      general form:  COPY <file name> <file name> or
  107.                     COPY <file name> <drive identifier>
  108.  
  109. áááááCOP┘ A:HOH╧ B:HOH╧  cop∙ thσ filσ calleΣ HOH╧ oε drivσ ┴ t∩ ì
  110. ááááá               ááááádrive B, and call the new file HOHO
  111.  
  112. áááááCOPY A:HOHO B:      cop∙ thσ filσ calleΣ HOH╧ oε drivσ ┴ t∩ ì
  113. ááááá               ááááádrive B, and call the new file HOHO
  114.  
  115. áááááCOPY A:HOHO B:HAHA  cop∙ thσ filσ calleΣ HOH╧ oε drivσ ┴ t∩ ì
  116. ááááá               ááááádrive B, and call the new file HAHA
  117.  
  118.      COP┘ HOH╧ B║        cop∙ thσ filσ calleΣ HOH╧ oε thσ curren⌠ ì
  119.                          drivσ t∩ drivσ B¼ anΣ cal∞ thσ ne≈ filσ HOHO
  120. .pa
  121. èCD║  Shif⌠ t∩ ß differen⌠ suΓ-director∙ withiε thσ curren⌠ disk.
  122.  
  123.  
  124.      general form:  CD <directory name> or
  125.                     CD \
  126. ááááááááááááááááááááC─ ..
  127.      
  128.      CD WP          change to the subdirectoy called WP on 
  129.                     the default disk
  130.  
  131.      CD \           return to the root (top) directory on
  132.                     the default disk
  133.  
  134.      CD ..          changσ t∩ thσ director∙ abovσ thσ onσ yo⌡ arσ ì
  135. áááááááááááááááááááácurrentl∙ in
  136.  
  137. III.  Miscelaneous
  138.  
  139.  
  140. PrtSc:  Print whatever is on the screen now
  141.  
  142. Ctrl-P║  Prin⌠ everythinτ a≤ i⌠ i≤ displayed
  143.  
  144. Ctrl-S║  Pause/restar⌠ thσ displa∙
  145.  
  146. Ctrl-Alt-Del:  Bootstrap the system
  147.  
  148.  
  149. Wildcards:
  150.  
  151.      Aε asterisδ (*⌐ caε als∩ bσ useΣ iε ß filσ namσ a≤ ß "wilΣ ì
  152. card,ó whicΦ mean≤ tha⌠ i⌠ matche≤ anything«  I⌠ i≤ ß convenien⌠ ì
  153. shorthanΣ methoΣ oµ specifyinτ ß grou≡ oµ files«  Herσ arσ ß fe≈ ì
  154. examples:
  155.  
  156. áááááDI╥ HOHO.¬          displa∙ thσ director∙ oµ al∞ file≤ oε ì
  157. ááááá               áááááthσ curren⌠ drivσ witΦ ß namσ oµ HOHO
  158.  
  159. áááááDI╥ *.DA╘           displa∙ thσ director∙ oµ al∞ file≤ oε ì
  160. ááááá                    thσ curren⌠ drivσ witΦ thσ extensioε DAT
  161.  
  162. áááááDI╥ B:*.DA╘         displa∙ thσ director∙ oµ al∞ file≤ oε ì
  163. ááááá               ááááádrive B with the extension DAT
  164.  
  165. áááááCOP┘ A:HOHO.¬ B║    cop∙ al∞ file≤ oε drivσ ┴ witΦ thσ namσ ì
  166. ááááá               áááááHOHO to drive B
  167.  
  168.      COP┘ A:H*.¬ B║      cop∙ al∞ file≤ oε drivσ ┴ witΦ name≤ ì
  169.                          beginning with "H" to drive B
  170.  
  171. Pathnames:
  172.  
  173.      Yo⌡ caε refe≥ t∩ ß filσ outsidσ oµ thσ curren⌠ defaul⌠ ì
  174. directory by using its full path name.  Here are a few examples:
  175.      
  176. áááááC:\WP\MEMO          thσ ful∞ patΦ namσ oµ thσ filσ calleΣ ì
  177. áááááááááááááááááááááááááMEM╧ iε thσ subirector∙ calleΣ W╨ oε drivσ C
  178.  
  179. áááááCOPY A:HOHO C:\WP   cop∙ thσ filσ calleΣ HOH╧ froφ drivσ ┴ ì
  180. ááááááááááááááááááááááááát∩ thσ subdirector∙ calleΣ W╨ oε drivσ C