home *** CD-ROM | disk | FTP | other *** search
/ New Horizons Shareware Collection / HORIZONS1.BIN / BBSDD.ZIP / BBSDD.CFG < prev    next >
Text File  |  1994-10-09  |  3KB  |  94 lines

  1. ; ╔════════════════════════════════════════════════════════╗
  2. ; ║ Configuration File for the BBS Dollars Direct(tm) Door ║
  3. ; ╚════════════════════════════════════════════════════════╝
  4. ;
  5. ; PayTo=<Your Name, BBS Name, or business name>
  6. ;
  7. ; Specifies who the check will be made out to.
  8. ;
  9. PayTo=American Banking Systems
  10. ;
  11. ; CK_Verify=<Y or N>
  12. ; CK_Guar=<Y or N>
  13. ; SUB_ID=<Sub-Site ID>
  14. ;
  15. ; Specifies additional ABS merchant account information.  These may not
  16. ; apply to your account.
  17. ;
  18. CK_Verify=F
  19. CK_Guar=F
  20. SUB_ID=
  21. ;
  22. ; ForceAmount=<Dollar Amount>
  23. ; ForceDisp=<Filename.BBS>
  24. ;
  25. ; ForceAmount, if not blank, will force the user's check to a certain amount.
  26. ; ForceDisp specifies the display file which is shown to the user in place of
  27. ; the check amount entry field.  The display file uses WildCat! color codes.
  28. ;
  29. ForceAmount=
  30. ForceDisp=
  31. ;
  32. ; AllCaps=<Y or N>
  33. ;
  34. ; Specifies whether the check data entry will be in all caps or not.
  35. ;
  36. AllCaps=N
  37. ;
  38. ;
  39. ; RejectNum=<Number>          All Data Fields
  40. ; RejectCheck=<Number>        Check Number
  41. ; RejectRoute=<Number>        Check Routing Number
  42. ; RejectAcct=<Number>         Account Number
  43. ;
  44. ; Specifies how many invalid entries the user can enter before the program
  45. ; kicks them out.
  46. ;
  47. RejectNum=3
  48. RejectCheck=3
  49. RejectRoute=3
  50. RejectAcct=3
  51. ; ╔══════════════════════════════════════════════════════════════════╗
  52. ; ║ Setup Information for the BBSDDSYS.EXE and BBSDDSYD.EXE programs ║
  53. ; ╚══════════════════════════════════════════════════════════════════╝
  54. ;
  55. ; Note: These settings have no effect on the operation of the door,
  56. ;       see documentation on how to specify IRQ and base addresses for
  57. ;       the BBSDD.EXE and BBSDDDIG.EXE programs.
  58. ;
  59. ;
  60. ; AccountName=<FirstName> <LastName> <Password>
  61. ; Modem=<Port>,<DTE>,<Locked Port>,<IRQ>,<Base Address>,<InitCmd>,<DialCmd>
  62. ;
  63. ;       <Port>:          The serial or DigiBoard port number.       (1-32)
  64. ;       <DTE>:           The DTE speed to open the port at.     (0-115200)
  65. ;       <Locked Port>:   Lock the port at DTE speed?                 (Y-N)
  66. ;                        Currently, this setting is ignored by
  67. ;                        the program, the DTE is always locked.
  68. ;       <IRQ>:           The IRQ number for that port.
  69. ;                        Using 0 indicates the default value for
  70. ;                        that port.  Use 0 for DigiBoard.
  71. ;       <Base Address>:  The base address for that port.
  72. ;                        Use $ to indicated hexademical values.
  73. ;       <InitCmd>:       The command to initialize the modem on
  74. ;                        that port.
  75. ;       <DialCmd>:       The command to dial the ABS BBS, including
  76. ;                        the phone number.
  77. ;
  78. AccountName=Timothy Rider Password
  79. Modem=1, 38400, Y, 4, $3F8, ATH0Z, ATDT1-213-962-2902
  80. Modem=2, 38400, Y, 3, $2F8, ATH0Z, ATDT1-213-962-2902
  81. Modem=3, 38400, Y, 4, $3E8, ATH0Z, ATDT1-213-962-2902
  82. Modem=4, 38400, Y, 3, $2E8, ATH0Z, ATDT1-213-962-2902
  83. ;
  84. ; Packer=<Path to PKZIP.EXE>
  85. ; CmdLine=<CmdLine to pass to PKZIP>
  86. ;
  87. ; Packer specifies the full path and executable name of PKZIP.EXE.
  88. ;
  89. ; CmdLine specifies the command line passed to PKZIP.EXE.  Use @F@ in place of
  90. ; the file name.
  91. ;
  92. Packer=D:\UT\PKZIP.EXE
  93. CmdLine=@F@.ZIP @F@.DBF
  94.