home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / ROMPR133.ZIP / ROMPROC.CFG < prev    next >
Text File  |  1993-09-11  |  10KB  |  226 lines

  1. ;
  2. ;
  3. ;
  4. ;    ┌────┐
  5. ;    │──═─│
  6. ;    │ ── │ ─────┐      ┌────┐             ROMProc Configuration File
  7. ;    │    │   ROMProc   │──═─│                    Version 1.33
  8. ;    │    │      └────> │ ── │          (c) Copyright 1993 - Stacy Smith
  9. ;    │    │             │    │
  10. ;    │    │             │    │
  11. ;   ─┴────┴─           ─┴────┴─
  12. ;
  13. ;
  14. ;      The latest version of ROMProc can always be obtained from my BBS:
  15. ;
  16. ;                        The Bloom Beacon-Picayune BBS
  17. ;          Node 1: (919) 557-3845 (USRobotics Courier Dual Standard)
  18. ;             Node 2: (919) 557-0645 (USRobotics Courier V.32bis)
  19. ;             Node 2: (919) 557-0745 (USRobotics Courier V.32bis)
  20. ;                    Fidonet 1:151/106 (magic tag ROMPROC)
  21. ;
  22. ;
  23. ; ╔════════════════════════════════════╗
  24. ; ║   General Options And Parameters   ║
  25. ; ╚════════════════════════════════════╝
  26. ;
  27. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  28. ; your registration letter. If this is an unregistered version, comment out
  29. ; these lines, or don't change them. Note that these are case-sensitive!
  30. REG_CODE     0000000000
  31. BBS_NAME     UNREGISTERED
  32. SYSOP_NAME   SYSOP
  33. ; The full path for the specific subdirectory for ROMProc to store file(s) to
  34. ; be downloaded. This must include the trailing backslash! If this directory
  35. ; does not exist at runtime, ROMProc will attempt to create it. This can be
  36. ; set to a RAM disk for greater speed, since ROMProc will detect an out of
  37. ; disk space condition and allow the download to continue from the original
  38. ; file. An environment variable may also be entered using the standard
  39. ; %VARIABLE% notation DOS uses; note that the environment variable definition
  40. ; must adhere to the same requirements as specifying a work directory.
  41. WORK_DIR     d:\work\
  42. ; The size of the disk I/O buffers you wish to allocate in bytes (valid values
  43. ; are between 2048 bytes and 16384 bytes). Optimal performance is obtained with
  44. ; a value that is a multiple of 2048 (a typical hard disk cluster size).
  45. DISK_BUFFER  4096
  46. ; The path/filename of the log file for ROMProc to record errors. Comment
  47. ; out if you don't want any disk error logging.
  48. LOG_FILE     c:\romproc\romproc.log
  49. ; If you want ROMProc to preserve two lines at the top or bottom of the
  50. ; local display, enter TOP or BOTTOM as desired, otherwise, enter NONE or
  51. ; comment the line out.
  52. LOCK_LINES   top
  53. ; The directory path and filename for your BBS ad to be added to each and every
  54. ; archive processed by ROMProc. Note that you must provide a path, or it will
  55. ; not be copied. Please use the archive comment instead, as BBS ad files
  56. ; are the scourge of the BBS world...
  57. ;BBS_AD_FILE c:\romproc\bbs_ad.txt
  58. ; If you want ROMProc to comment archives (if supported by the archive format)
  59. ; enter YES. If not, enter NO or comment the line out.
  60. COMMENT_ARC  yes
  61. ;
  62. ; ╔══════════════════════════════════╗
  63. ; ║   Drive Processing Definitions   ║
  64. ; ╚══════════════════════════════════╝
  65. ;
  66. ; Specify the drive letters for file preprocessing (BBS ad insertion and/or
  67. ; commenting). Ranges may be seperated by a hyphen, and/or individual drives
  68. ; may be seperated by spaces, commas or semi-colons. Any file requested from
  69. ; a non-specified drive will be tranmitted, unmodified, from the original
  70. ; location.
  71. PROC_DRIVE   C D E-J
  72. ; Specify the drive letters for locking, by entering the individual drives
  73. ; to be locked, one physical drive per line. Ranges may be seperated by a
  74. ; hyphen, and/or individual drives may be seperated by spaces, commas or
  75. ; semi-colons. Note that you normally lock by physical drive; if you have
  76. ; multiple logical drives per physical drive (e.g. a partitioned hard disk or
  77. ; CD-ROM changer), list all the logical drive letters on the same LOCK_DRIVE
  78. ; command line.
  79. LOCK_DRIVE   C
  80. LOCK_DRIVE   D
  81. LOCK_DRIVE   E-J
  82. ; The amount of time (in seconds) that ROMProc will wait for a drive to unlock
  83. ; before displaying the text indicated by DELAY_PROMPT. This defaults to 5
  84. ; seconds if commented out.
  85. DELAY_TIME   5
  86. ; This is the amount of time (in seconds) that ROMProc will wait for a drive
  87. ; to unlock. If this time is exceeded, ROMProc will abort the transfer.
  88. ; This defaults to 30 seconds if commented out.
  89. ABORT_TIME    30
  90. ;
  91. ; ╔═══════════════════════════════╗
  92. ; ║   Communication Definitions   ║
  93. ; ╚═══════════════════════════════╝
  94. ;
  95. ; If you want ROMProc to output status information to the user on-line, enter
  96. ; YES; if you do not want ROMProc to output information, enter NO or comment
  97. ; the line out.
  98. COMM_IO      yes
  99. ; This line of text will be displayed to the user upon the start of download
  100. ; file processing. It should be used to inform the user that it may take a
  101. ; few moments to get the files ready. If you desire a message longer than 80
  102. ; characters, an external ASCII text file may be defined by preceding the
  103. ; filespec with a '%' character.
  104. PROC_PROMPT  Please wait while preparing your files for download...
  105. ; This line of text will be displayed to the user upon the start of the
  106. ; transfer protocol. It should be used to inform the user to start the download
  107. ; on their end. If you desire a message longer than 80 characters, an external
  108. ; ASCII text file may be defined by preceding the filespec with a '%'
  109. ; character.
  110. DL_PROMPT    Preparation complete.  Begin your download now...
  111. ; This line of text will be displayed to the user if ROMProc waits for a
  112. ; locked drive to unlock for the amount of time specified by DELAY_TIME. An
  113. ; ASCII text file may be defined for this parameter as well.
  114. DELAY_PROMPT ...Waiting for slow drive to become available
  115. ; This line of text will be displayed to the user if ROMProc waits for a
  116. ; locked drive to unlock for the amount of time specified by ABORT_TIME. An
  117. ; ASCII text file may be defined for this parameter.
  118. ABORT_PROMPT Timed out waiting for slow drive...transfer aborted
  119. ;
  120. ; ╔══════════════════════════╗
  121. ; ║   Archiver Definitions   ║
  122. ; ╚══════════════════════════╝
  123. ;
  124. ; Each archiver, is denoted by ARCHIVER x, where x is a sequential number. Up
  125. ; to 10 archivers can be executed by ROMproc. ROMProc is capable of
  126. ; automatically detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO archives.
  127. ; The next 4 keywords are required after the ARCHIVER statement; do not
  128. ; comment any of them out or insert other parameters or comments between them.
  129. ; I would also advise against changing the command options I have set, unless
  130. ; you have need to do so.
  131. ; ARCHIVER    = denotes a new archiver definition.
  132. ; ARC_EXT     = the extension for this particular archiving format.
  133. ; ARC_ADD     = the command line to add files to an archive, including all
  134. ;               command-line switches desired. Place the variable @ARCHIVE@
  135. ;               where the filename is to be inserted in the command line and
  136. ;               @FILE@ where the filespec is to be inserted.
  137. ; ARC_COMMENT = the command line to comment archives, including all command-
  138. ;               line switches desired. Place the variable @ARCHIVE@ where the
  139. ;               filename is to be inserted in the command line. Leave this line
  140. ;               blank if the archiver does not support commenting.
  141. ; ARC_ERR     = the errorlevel that the archiver returns upon success. This
  142. ;               information should be available in the program's documentation.
  143. ARCHIVER     1
  144. ARC_EXT      arj
  145. ARC_ADD      arj a -e -m0 -s1 @ARCHIVE@ @FILE@
  146. ARC_COMMENT  arj c -s1 -y -zc:\romproc\comment.txt @ARCHIVE@
  147. ARC_ERR      0
  148. ;
  149. ARCHIVER     2
  150. ARC_EXT      lzh
  151. ARC_ADD      lha a /m1 @ARCHIVE@ @FILE@
  152. ARC_COMMENT
  153. ARC_ERR      0
  154. ;
  155. ARCHIVER     3
  156. ARC_EXT      sqz
  157. ARC_ADD      sqz a @ARCHIVE@ @FILE@
  158. ARC_COMMENT  sqz c @ARCHIVE@ c:\romproc\comment.txt
  159. ARC_ERR      0
  160. ;
  161. ARCHIVER     4
  162. ARC_EXT      zip
  163. ARC_ADD      pkzip -a -k @ARCHIVE@ @FILE@
  164. ARC_COMMENT  pkzip -k -z < c:\romproc\comment.txt @ARCHIVE@
  165. ARC_ERR      0
  166. ;
  167. ; ╔══════════════════════════╗
  168. ; ║   Protocol Definitions   ║
  169. ; ╚══════════════════════════╝
  170. ;
  171. ; Each protocol, is denoted by PROTOCOL x, where x is the letter designating
  172. ; the protocol. Up to 15 protocols can be executed by ROMproc. The next
  173. ; keyword is required after the PROTOCOL statement; do not comment it out or
  174. ; insert other parameters or comments between them. I have configured most of
  175. ; the popular protocols, using the PCBoard default lettering scheme.
  176. ; PROTOCOL    = denotes a new protocol definition
  177. ; PROT_SEND   = the command line to transmit the file(s) to remote, including
  178. ;               all command-line switches desired. Place the following
  179. ;               variables as needed for ROMProc to properly invoke the
  180. ;               protocol.
  181. ;               @PORT@     COM port to be used by the protocol
  182. ;               @SPEED@    COM port computer-to-modem speed (DTE)
  183. ;               @CARRIER@  modem-to-modem carrier speed (DCE)
  184. ;               @FILE@     File (or batch list file) to be downloaded
  185. ;               @UPLOAD@   path to upload directory for bi-directional
  186. ;                          protocols.
  187. ;
  188. ; Xmodem-CRC
  189. PROTOCOL  C
  190. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sc @FILE@
  191. ;
  192. ; 1K/Xmodem/G
  193. PROTOCOL  F
  194. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k -g @FILE@
  195. ;
  196. ; Ymodem/G
  197. PROTOCOL  G
  198. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k -g @FILE@
  199. ;
  200. ; HS/Link
  201. PROTOCOL  H
  202. PROT_SEND hslink -p@PORT@ -b@SPEED@ -e@CARRIER@ -u@ULDIR@ -a @FILE@
  203. ;
  204. ; Zmodem MobyTurbo
  205. PROTOCOL  M
  206. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz -m @FILE@
  207. ;
  208. ; 1K/Xmodem
  209. PROTOCOL  O
  210. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx -k @FILE@
  211. ;
  212. ; Xmodem
  213. PROTOCOL  X
  214. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both pB4096 sx @FILE@
  215. ;
  216. ; Ymodem
  217. PROTOCOL  Y
  218. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sb -k @FILE@
  219. ;
  220. ; Zmodem CRC-32
  221. PROTOCOL  Z
  222. PROT_SEND dsz port @PORT@ speed @SPEED@ ha both est 0 @CARRIER@ pB4096 sz @FILE@
  223. ;
  224. ; *** End of ROMProc configuration file ***
  225. ;
  226.