home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / SPORT13B.ZIP / SFLASH.RAW < prev    next >
Encoding:
Text File  |  1991-06-04  |  3.6 KB  |  107 lines

  1. ! Sample SPORT.RAW (configuration file).  This sample file has
  2. ! been abbreviated for use with the SPORT Utility Menu.  See
  3. ! the SPORT documentation for complete details on keywords.
  4. ! Comment lines begin with an exclamation mark.
  5. ! ================= Hardware Considerations ===================
  6. ! Use Ports 1 to 4.  Ports 1-2 for PC/XT/ATs, Ports 3-4 for PS.
  7. PORT 1
  8. ! To define non-standard COM addresses and INTerrupt levels.
  9. !COM 03E2
  10. !INT 4
  11. ! Use the utilities SMODEM or CHECKS for automatic installation.
  12. !MODEMINIT
  13. ! To enable high speed transmission of commands to the modem.
  14. !FASTMODEM
  15. !MODEMINITSPEED VERYSLOW
  16. !MODEMINITSPEED SLOW
  17. !MODEMINITSPEED MEDIUM
  18. !MODEMINITSPEED FAST
  19. !MODEMINITSPEED VERYFAST
  20. ! Highest baud rate for your modem.
  21. BAUD 2400
  22. ! To "lock" the baud rate from SPORT to your modem.
  23. !LOCKBAUD 19200
  24. ! If you do not have a touch tone telephone system.
  25. !PULSE
  26. ! Default drive on which the SPORT system is located.
  27. DRIVE C:
  28. ! Directory for the SPORT system.
  29. FLASHAREA C:\Sport
  30. ! Directory for receiving incoming SportMail.
  31. INBOUND C:\Sport\Incoming
  32. ! To use direct BIOS screen writing (not for multitasking).
  33. FASTSCREEN
  34. ! ================= Personalizing Your System ==================
  35. ! Your system name.
  36. SYSTEM My Sport System
  37. ! Your name.
  38. SYSOP Joe Dokes
  39. ! Your net/node number or telephone prefix/suffix number.
  40. NET 444
  41. NODE 4567
  42. ! Function Key assignments (use F1 through F9).
  43. F1 DIR
  44. F2 TYPE SPORT.LOG | MORE
  45. F3 TYPE SPORT.NOT | MORE
  46. ! ======================== Creating Mail =======================
  47. ! To use your favorite text editor rather than SPORT's editor.
  48. !EDITOR c:\utility\myedit.exe
  49. ! ======================== Receiving Mail ======================
  50. ! Up to 20 fully declared aliases for receiving mail.
  51. INFILE c:\sport\incoming\BOB.FLS
  52. INFILE c:\sport\incoming\DOC.FLS
  53. ! For SPORT to never answer incoming calls.
  54. !OUTBOUNDONLY
  55. ! Errorlevel drop to RUNSPORT.BAT for postmail processing.
  56. EXITAFTER 10
  57. ! Errorlevel drop for YooHoo(c) mail using SPORTY.EXE.
  58. YooHooIn 11
  59. ! ===================== For Human Callers ======================
  60. ! Prompt to be seen by humans after SPORT.BAN is displayed.
  61. COMMANDPROMPT Command
  62. ! ============== Bells, Whistles, Logs and Screens =============
  63. ! Ring the console bell on incoming mail.
  64. BELL!
  65. ! Start bell ringing at...
  66. BELLON 10
  67. ! End bell ringing at...
  68. BELLOFF 22
  69. ! Never ring the bell.
  70. QUIET
  71. ! Auto-dislay of incoming mail for number of seconds (0 = security).
  72. DELAY 15
  73. ! Keep the log entries to a minimum.
  74. TERSELOG
  75. ! ========================== Security ==========================
  76. ! Do not accept mail from systems not in your IDX file.
  77. CLOSEDSYSTEM
  78. ! Show library mail only to addressees (REMOTEPASS = override).
  79. PRIVATEMAIL
  80. ! The password for Remote Services, Mailer Lock and Private Mail:
  81. REMOTEPASS mypass1
  82. ! The password for Remote Mail:
  83. MAILPASS mypass2
  84. ! The password for your primary subsystem:
  85. SYSTEMPASS mypass3
  86. ! The password for your secondary subsystem:
  87. ALTERNATEPASS mypass4
  88. ! The password to access the CHAT function:
  89. CHATPASS mypass2
  90. ! ======================== Subsystems ==========================
  91. ! Have SPORT use the batch (default) method for subsystems.
  92. BBSBAT
  93. ALTBAT
  94. ! ====================== Special Functions =====================
  95. ! Compress/DeCompress library automatically.
  96. COMP docomp
  97. DCOMP dcomp
  98. ! When using DesqView(c) do not hog the time slice.
  99. IGNOREDV
  100. ! File list and maximum requests for mail file requesting.
  101. FILELIST c:\sport\file.lst
  102. FILEMAX 10
  103. ! If you want to disallow the NOTE function.
  104. !NOTEOFF
  105. ! If you want your modem never to initialize.
  106. !NOINIT
  107.