home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: DFÜ und Kommunikation / SOS-DFUE.ISO / programm / dos / terminal / ca_29 / tty.cmd < prev    next >
Encoding:
Text File  |  1993-07-21  |  453 b   |  11 lines

  1. ; ----- Set an emulation, enabling both display and remap
  2. ;    commenced: 9/23/92 R.McG
  3. ; ----------------------------------------------------------------
  4. ;    Note: This script simply turns off remap (if on) and resets
  5. ;    the emulation.    Offered only for symmetry's sake.
  6. ; ----------------------------------------------------------------
  7. ;
  8.     EMULATE TTY            ; Set emulation
  9.     SET REMAP OFF            ; Disable previous remaps
  10.     SET CR CR_LF            ; Cr rcvd -> crlf
  11.