home *** CD-ROM | disk | FTP | other *** search
- ; --------------------------------------------------------------------------
- ;
- ; Default TE2.INI file. Copyright (c) 1992, Oberon Software, Mankato, MN
- ;
- ; This edition of the default TE2.INI file is NOT as heavily commented
- ; as previous editions. The more comments you have in this file, the
- ; longer it takes to load it. For further information on any command
- ; in this file, please refer to the TE/2 documentation file TE2.DOC.
-
- ; --------------------------------------------------------------------------
- ; Device and Modem Settings:
- ; ==========================
-
- Device COM1 ; Set to any valid asynch device name
-
- ModemDelayChar 0x7e,500 ; NOTE: If you change the Modem Delay Character
- ; you may need to revise some of the strings
- ; in the included modem file!
-
- include Modem.Inc ; See Modems.doc in the included Modems.Zip
- ; This included file contains the following
- ; settings: Baud, Parity, WordLen, StopBits,
- ; XonXoff, CtsRts, MatchBaud, ModemInitStrg,
- ; ModemDialStrg, ModemDialSufx, ModemHangStrg,
- ; DTRHangUp, the Connect strings and the
- ; NoConnect strings.
-
- ModemAnsStrg ATS0=1^M
- ModemOKStrg OK
- ;ExtendedFIFO FALSE ; Use ONLY if necessary, see TE2.DOC
-
- ; --------------------------------------------------------------------------
- ; Terminal Settings:
- ; ==================
-
- AlarmPopUp TRUE ; TE/2 will alert you in other sessions
- AlarmTime 2 ; in seconds
- AlarmType CHIME ; or BUZZER, or NONE
- ChatBuffered TRUE
- ColorLock FALSE
- ClsReset TRUE ; Alt-C resets default terminal attribute
- LFafterCR FALSE
- LocalEcho FALSE
- LogoDelay 8 ; in seconds
- MenuActive TRUE
- QueryHangUp IFCARRIER ; TE/2 will ask for verification if online
- ;ScreenLines 25 ; Use this if you want something other than
- ; the default number of screen lines
- ScrollBack 512 ; Number of saved lines
- SwapBS4Del FALSE ; Set true if you need backspace to transmit
- ; a DEL (ASCII 127) character instead of
- ; backspace (ASCII 8)
-
- ; --------------------------------------------------------------------------
- ; Emulation Settings
- ; ==================
-
- Emulate ANSI_TE2 ; or TTY, ANSI, VT100, or 3101
-
- ; VT100 Specific:
- ; ---------------
- ;EnqReply NULL ; VT100 returns this string when it gets an ENQ
- ;VT100Backspace FALSE ; Set true if you need a destructive backspace
- ;VT100Prn NULL ; Name of printer device for VT100 printing
-
- ; IBM 3101 Specific:
- ; ------------------
- ;AutoNL3101 FALSE ; See TE2.DOC for information on the IBM
- ;AutoLF3101 FALSE ; 3101 emulation settings
- ;Scroll3101 TRUE
- ;EndChar3101 CR
-
- ; --------------------------------------------------------------------------
- ; Dialer and Dialing Directory
- ; ============================
-
- AutoDirSave TRUE ; Dialing directory will be automatically
- ; saved to disk after changes have been entered
- DialerSendInit FALSE ; Set true if you want the dialer to send the
- ; modem init string before a dialing session
- DialerTimeOut 45
- RedialDelay 2
-
- ; --------------------------------------------------------------------------
- ; Transfer Protocols
- ; ==================
-
- AsciiUL 0x3a,CR,TRUE,0,0,FALSE,TRUE,0,6000
- AutoZM TRUE
- ;DownloadPath NULL
- ;UploadPath NULL
- ;DLPrtyClass FIXEDHIGH,0
- ;ULPrtyClass FIXEDHIGH,0
- ClobberDL SALVAGE
- ;QueryZMRecover FALSE ; Not used in the shareware version
-
-
- ; --------------------------------------------------------------------------
- ; Misc File and Path Specs
- ; ========================
-
- ;CallLog NULL ; See TE2.DOC about CallLog
- ;DirFile Te2.Dir
- ;FnkFile Te2.Fnk
- ;XexFile Te2.Xex
- ;SnapShot Te2Snap.Sht
- ;LogPath NULL
- ;ShellCmd cmd.exe NULL
- ;ScriptPath NULL ; Not used in the shareware version
-
- ; --------------------------------------------------------------------------
- ; Color Attributes NOTE: This section can and will be overwritten
- ; ================ by TE2COLOR.EXE
-
- ; TE/2 "Classic" color setup:
- ; ---------------------------
- TermAttr 0x07
- MenuNormAttr 0x03
- MenuHiAttr 0x0e
- LogoAttr 0x1f
- DLogNormAttr 0x20
- DLogHiAttr 0x2f
- DLogDaAttr 0x28
- DLogEdAttr 0x02
- DLogEdHiAttr 0x70
- shadowAttr 0x08
- dialNormAttr 0x03
- dialHiAttr 0x0e
- ErrorAttr 0x4f
- ScrlBackAttr 0x03
- ScrlBackMkAttr 0x13
- ScrlBackTiAttr 0x30
- ScrlBackFdAttr 0x4f
- ChatAttr 0x0b
- ChatRemoteAttr 0x03
- ChatTitleAttr 0x30
- cmdPromptAttr 0x0e
- cmdInputAttr 0x1f
- cmdInputHiAttr 0x4f
-
- ; Another color setup you might like:
- ; -----------------------------------
- ;TermAttr 0x07
- ;MenuNormAttr 0x13
- ;MenuHiAttr 0x1e
- ;LogoAttr 0x70
- ;DLogNormAttr 0x31
- ;DLogHiAttr 0x3f
- ;DLogDaAttr 0x37
- ;DLogEdAttr 0x03
- ;DLogEdHiAttr 0x1f
- ;ShadowAttr 0x08
- ;DialNormAttr 0x1b
- ;DialHiAttr 0x1e
- ;ErrorAttr 0xcf
- ;ScrlBackAttr 0x80
- ;ScrlBackMkAttr 0x03
- ;ScrlBackTiAttr 0x13
- ;ScrlBackFdAttr 0x4e
- ;ChatAttr 0x0b
- ;ChatRemoteAttr 0x03
- ;ChatTitleAttr 0x13
- ;CmdPromptAttr 0x30
- ;CmdInputAttr 0x0f
- ;cmdInputHiAttr 0x4f
-
-