home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / CTTY.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  727 b   |  17 lines

  1. COMMAND:  CTTY (Change Console)
  2.  
  3. FUNCTION: Changes the standard input and output console to an auxiliary console
  4.           or restores the keyboard and screen as the standard input and output
  5.           devices.
  6.  
  7. FORMAT:   CTTY device-name
  8.  
  9. TYPE:     DOS internal command
  10.  
  11. REMARKS:  CTTY defines the specified device to be used as the primary console.
  12.           For example, specifying AUX, COM1, or COM2 causes DOS to use that
  13.           device as the primary console. Specifying CON restores the standard
  14.           input and output device to the keyboard and display, respectively.
  15.           Any character oriented device may be specified, but it must be
  16.           capable of both input and output operations.
  17.