oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CTTY--Examples
Syntax  Notes
────────────────────────────────────────────────────────────────────────────
 
                               CTTY──Examples
 
To change control of all input and output from the current device (your
computer monitor and keyboard) to the AUX port, type the following at the
command prompt:
 
    ctty aux
 
In this example, a remote terminal device connected to the AUX port controls
input and output for your system.
 
To transfer input and output back to the monitor and keyboard, type the
following command at the remote terminal:
 
    ctty con
 
                                      ♦