home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / device.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  24 lines

  1. DEVICE NAMES
  2.  
  3. DOS uses several standard device names to refer to devices that most computers
  4. have. The device names are shown ending with a colon (:), but it is optional
  5. in almost all cases. Device names are useful with redirection and commands
  6. like COPY, ECHO, ESC, FIND, SORT and TYPE.
  7.  
  8. CAS1:    is the cassete tape deck    LPT1:
  9.     [pre-DOS 2.0 only]        PRN:    all refer to printer ports.
  10. CLOCK$:    is the system clock. CLOCK$    LPT2:    (PRN: is a synonym for LPT1:)
  11.     cannot be used as the name    LPT3:
  12.     of a file.
  13. COM1:                    MOUSE$: is the mouse. [OS/2 only]
  14. AUX:    refer to communications ports.
  15. COM2:    (AUX: is a synonym for COM1:    NUL:    is a nonexistent device. 
  16. COM3:    on older systems.)            Writing never fills it up,
  17.                         reading never gets any data
  18. CON:    is the console -- commands are        from it.
  19.     entered on the keyboard and
  20.     output is displayed on the    POINTER$: is the cursor controlled by
  21.     console screen.                the mouse. [OS/2 only]
  22.  
  23. KBD$:    is the keyboard. [OS/2 only]    SCREEN$: is the screen. [OS/2 only]
  24.