home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / 400TER.ZIP / 400TER._XE / FAX.EXE / TSR.CFG < prev    next >
Encoding:
Text File  |  1996-01-29  |  2.2 KB  |  81 lines

  1. %
  2. % ┌───────────────────────────────────────────────────────────────────────────┐
  3. % │ ░░░░░░░░░░░░░░░░ TERMINATE BACKGROUND FAX RECEPTION ░░░░░░░░░░░░░░░░░░░░░ │
  4. % └───────────────────────────────────────────────────────────────────────────┘
  5. %
  6. %                     Configuration File for TSR 1.00
  7. %            Copyright (C) 1994,95 Strathrory Systems Limited
  8. %
  9. %                    TSR means "TERMINATE Stays Resident"
  10. %
  11. % With this utility you can receive faxes in the background while you
  12. % continue doing other things, such as writing a letter in WordPerfect. It
  13. % works with class 1 and class 2. If you are using a faxmodem that
  14. % supports CAS, then you must remove CASMODEM.EXE before using this
  15. % program.
  16. %
  17.  
  18. %
  19. % Which COM port to use
  20. %
  21.  
  22. Port            2
  23.  
  24. %
  25. % What baudrate to use for receiving faxes.
  26. %
  27.  
  28. Baud            19200
  29.  
  30. %
  31. % What baudrate to use when initializing the faxmodem.
  32. % Some older modems can only initialize the modem at 2400 baud, but
  33. % if you have no problem with that, use the same number as above.
  34.  
  35. InitBaud        2400
  36.  
  37. %
  38. % What BPS (bits per second) to use when sending the fax.
  39. % Please be aware that setting the rate higher than 9600 could result
  40. % in 2400 Connects when connecting to older fax machines.
  41. %
  42.  
  43. FaxBPS          9600
  44.  
  45. %
  46. % Send extra commands to modem before waiting for a call.
  47. % By default you don't need to send any extra commands and since you
  48. % are receiving, you normally don't have to worry about flow control.
  49. %
  50.  
  51. InitString      ATM0V1X4
  52.  
  53. %
  54. % Which ID should TSR present to the remote fax?
  55. % It is advisable only to use numbers or capital letters, since older
  56. % fax machines do not support anything else. In general, use only A-Z
  57. % and 0-9.
  58. %
  59.  
  60. StationID       TERMINATE
  61.  
  62. %
  63. % Where should TSR store incoming fax files?
  64. % If this statement is disabled or the path does not exist, then the same
  65. % path as TSR.EXE will be used.
  66. %
  67.  
  68. Path            IN\
  69.  
  70. %
  71. % If you disable this statement, TSR will determine by itself which fax
  72. % class should be used.
  73. % If you know which class is supported by your faxmodem, you should
  74. % enter the Class statement manually since this will speed up the load time
  75. % of the TSR a little.
  76. %
  77.  
  78. % Class          1
  79. % Class          2
  80.  
  81.