home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rompr098.zip / ROMPROC.CFG < prev    next >
Text File  |  1993-03-20  |  6KB  |  152 lines

  1. ;
  2. ;
  3. ;
  4. ;    ┌────┐
  5. ;    │──═─│
  6. ;    │ ── │ ─────┐      ┌────┐             ROMProc Configuration File
  7. ;    │    │   ROMProc   │──═─│                   Version 0.98ß
  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: (804) 525-9760 (USRobotics Courier Dual Standard)
  18. ;             Node 2: (804) 525-5372 (USRobotics Courier V.32bis)
  19. ;                    Fidonet 1:276/112 (magic tag ROMPROC)
  20. ;
  21. ;
  22. ; ╔════════════════════════════════════╗
  23. ; ║   General Options And Parameters   ║
  24. ; ╚════════════════════════════════════╝
  25. ;
  26. ; The registration code, BBS name and sysop name EXACTLY as provided to you on
  27. ; your registration letter. If this is an unregistered version, comment out
  28. ; these lines, or don't change them. Note that these are case-sensitive!
  29. REG_CODE     0000000000
  30. BBS_NAME     UNREGISTERED
  31. SYSOP_NAME   SYSOP
  32. ; The full path for the specific subdirectory for ROMProc to store file(s) to
  33. ; be downloaded. This must include the trailing backslash! If this directory
  34. ; does not exist at runtime, ROMProc will attempt to create it. This can be
  35. ; set to a RAM disk for greater speed, since ROMProc will detect an out of
  36. ; disk space condition and allow the download to continue from the original
  37. ; file.
  38. WORK_DIR     d:\work\
  39. ; The size of the disk I/O buffers you wish to allocate in bytes (valid values
  40. ; are between 2048 bytes and 16384 bytes). Optimal performance is obtained with
  41. ; a value that is a multiple of 2048 (a typical hard disk cluster size).
  42. DISK_BUFFER  4096
  43. ; If you want ROMProc to preserve three lines at the top or bottom of the
  44. ; local display, enter TOP or BOTTOM as desired, otherwise, enter NONE or
  45. ; comment the line out.
  46. LOCK_LINES   top
  47. ; The directory path and filename for your BBS ad to be added to each and every
  48. ; archive processed by ROMProc. Note that you must provide a path, or it will
  49. ; not be copied. Please use the archive comment instead, as BBS ad files
  50. ; are the scourge of the BBS world...
  51. ; BBS_AD_FILE  c:\romproc\bbs_ad.txt
  52. ;
  53. ; ╔══════════════════════════╗
  54. ; ║   Archiver Definitions   ║
  55. ; ╚══════════════════════════╝
  56. ;
  57. ; Each archiver, is denoted by ARCHIVER x, where x is a sequential number. Up
  58. ; to 10 archivers can be executed by ROMproc. ROMProc is capable of
  59. ; automatically detecting ARC, ARJ, HYP, LZH, PAK, SQZ, ZIP and ZOO archives.
  60. ; The next 4 keywords are required after the ARCHIVER statement; do not
  61. ; comment any of them out or insert other parameters or comments between them.
  62. ; I would also advise against changing the command options I have set, unless
  63. ; you have need to do so.
  64. ; ARCHIVER    = denotes a new archiver definition.
  65. ; ARC_EXT     = the extension for this particular archiving format.
  66. ; ARC_ADD     = the command line to add files to an archive, including all
  67. ;               command-line switches desired. Place the variable @ARCHIVE@
  68. ;               where the filename is to be inserted in the command line and
  69. ;               @FILE@ where the filespec is to be inserted.
  70. ; ARC_COMMENT = the command line to comment archives, including all command-
  71. ;               line switches desired. Place the variable @ARCHIVE@ where the
  72. ;               filename is to be inserted in the command line.
  73. ; ARC_ERR     = the errorlevel that the archiver returns upon success. This
  74. ;               information should be available in the program's documentation.
  75. ARCHIVER     1
  76. ARC_EXT      arj
  77. ARC_ADD      arj a -e -m0 -s1 @ARCHIVE@ @FILE@
  78. ARC_COMMENT  arj c -s1 -y -zc:\romproc\comment.txt @ARCHIVE@
  79. ARC_ERR      0
  80. ;
  81. ARCHIVER     2
  82. ARC_EXT      sqz
  83. ARC_ADD      sqz a @ARCHIVE@ @FILE@
  84. ARC_COMMENT  sqz c @ARCHIVE@ c:\romproc\comment.txt
  85. ARC_ERR      0
  86. ;
  87. ARCHIVER     3
  88. ARC_EXT      zip
  89. ARC_ADD      pkzip -a -k @ARCHIVE@ @FILE@
  90. ARC_COMMENT  pkzip -k -z < c:\romproc\comment.txt @ARCHIVE@
  91. ARC_ERR      0
  92. ;
  93. ; ╔══════════════════════════╗
  94. ; ║   Protocol Definitions   ║
  95. ; ╚══════════════════════════╝
  96. ;
  97. ; Each protocol, is denoted by PROTOCOL x, where x is the letter designating
  98. ; the protocol. Up to 15 protocols can be executed by ROMproc. The next
  99. ; keyword is required after the PROTOCOL statement; do not comment it out or
  100. ; insert other parameters or comments between them. I have configured most of
  101. ; the popular protocols, using the PCBoard default lettering scheme.
  102. ; PROTOCOL    = denotes a new protocol definition
  103. ; PROT_SEND   = the command line to transmit the file(s) to remote, including
  104. ;               all command-line switches desired. Place the following
  105. ;               variables as needed for ROMProc to properly invoke the
  106. ;               protocol.
  107. ;               @PORT@     COM port to be used by the protocol
  108. ;               @SPEED@    COM port computer-to-modem speed (DTE)
  109. ;               @CARRIER@  modem-to-modem carrier speed (DCE)
  110. ;               @FILE@     File (or batch list file) to be downloaded
  111. ;               @UPLOAD@   path to upload directory for bi-directional
  112. ;                          protocols.
  113. ;
  114. ; Xmodem-CRC
  115. PROTOCOL  C
  116. PROT_SEND dsz port @PORT@ speed @SPEED@ pB4096 sc @FILE@
  117. ;
  118. ; 1K/Xmodem/G
  119. PROTOCOL  F
  120. PROT_SEND dsz port @PORT@ speed @SPEED@ pB4096 sx -k -g @FILE@
  121. ;
  122. ; Ymodem/G
  123. PROTOCOL  G
  124. PROT_SEND dsz port @PORT@ speed @SPEED@ est 0 @CARRIER@ pB4096 sb -k -g @FILE@
  125. ;
  126. ; HS/Link
  127. PROTOCOL  H
  128. PROT_SEND hslink -p@PORT@ -b@SPEED@ -e@CARRIER@ -u@ULDIR@ -a @FILE@
  129. ;
  130. ; Zmodem MobyTurbo
  131. PROTOCOL  M
  132. PROT_SEND dsz port @PORT@ speed @SPEED@ est 0 @CARRIER@ pB4096 sz -m @FILE@
  133. ;
  134. ; 1K/Xmodem
  135. PROTOCOL  O
  136. PROT_SEND dsz port @PORT@ speed @SPEED@ pB4096 sx -k @FILE@
  137. ;
  138. ; Xmodem
  139. PROTOCOL  X
  140. PROT_SEND dsz port @PORT@ speed @SPEED@ pB4096 sx @FILE@
  141. ;
  142. ; Ymodem
  143. PROTOCOL  Y
  144. PROT_SEND dsz port @PORT@ speed @SPEED@ est 0 @CARRIER@ pB4096 sb -k @FILE@
  145. ;
  146. ; Zmodem CRC-32
  147. PROTOCOL  Z
  148. PROT_SEND dsz port @PORT@ speed @SPEED@ est 0 @CARRIER@ pB4096 sz @FILE@
  149. ;
  150. ; *** End of ROMProc configuration file ***
  151. ;
  152.