home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TMODM20R.ZIP / CONFIG.DOC < prev    next >
Encoding:
Text File  |  1989-10-09  |  806 b   |  21 lines

  1.  10-03-89
  2.  
  3.   The TMODEM.CFG file has the following contents:
  4.  
  5. COM1:                   ; COMPort 1 thru 4
  6. 2400                    ; Max Speed of modem - 300,1200,2400 or 9600
  7. 3                       ; TextMode Value        3=Clr 80x25, 7=Mono, 2=BW
  8. 15                      ; Main text color      15 = Bright White
  9. 1                       ; Main text Background  1 = Blue
  10. 14                      ; Status Foreground    14 = Bright Yellow
  11. 4                       ; Status Background     4 = Red
  12. AT &C1 &D2 X4 S0=0 M0   ; Modem init string
  13. ATDT                    ; Modem Dial String
  14. BIOS                    ; BIOS or DIRECT video method { 2.0q }
  15.  
  16. NOTE: 
  17.    1. The modem init string is provided for reference only!!
  18.  
  19.    2. If tmodem.cfg is missing TMODEM will build a default TMODEM.CFG.
  20.  
  21.