home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / DOVE-NET.ZIP / ZOCQWK11.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  2000-01-22  |  10.4 KB  |  251 lines

  1. ----------------------------------------------------------------------------
  2. ---- ZOC QWK Script v1.0 for Synchronet BBS Software README ----------------
  3. ----------------------------------------------------------------------------
  4.           WasteLand BBS   -  telnet://wasteland.darktech.org
  5.                              telnet://wasteland.detour.net
  6.  
  7.             Website   -  http://wasteland.darktech.org
  8.  
  9.                  E-mail   -  pg@wasteland.darktech.org        
  10. ----------------------------------------------------------------------------
  11. Synchronet BBS Software   -  telnet://vert.sync3.net
  12.                  http://www.weedpuller.com/synchronet/
  13. ----------------------------------------------------------------------------
  14.         ZOC Website   -  http://www.emtec.com/
  15. ----------------------------------------------------------------------------
  16. ----------------------------------------------------------------------------
  17.  
  18.         
  19.   Look at the REXX Help files included with ZOC for more information on
  20.   the REXX Scripting Language and Functions.
  21.  
  22.   This script is designed to allow Synchronet BBS Software to
  23.   Automatically make a QWK Call with Telnet using the Terminal Program
  24.   ZOC v3.13.  It should work when calling any version of Synchronet,
  25.   however I have not tested this with older versions of ZOC.
  26.  
  27.   ** NOTE: Some changes *may* be necessary to work with your system.
  28.            Especially if the BBS has modified the [Pause] prompt or
  29.            the QWK: Menu Prompt.  Look over it, this version works with
  30.            Unmodified Synchronet v2.x and v3.  It's pretty intuitive as to
  31.            what the script is doing.
  32.  
  33.   ** This is the first version of this script.  It may not be perfect,
  34.      so you can find a newer version at the below, or just edit the dam
  35.      thing yourself!  :=)
  36.  
  37.   This script will probably work with other BBS Software with only a few
  38.   modifications.
  39.  
  40.   This script is designed to work with a Terminal Program called ZOC which
  41.   is available for Win95/98/NT and OS/2.
  42.  
  43.   You can obtain ZOC at any of the addresses at the bottom of this README.
  44.  
  45.  
  46. ------------------------------------------------------------------------------
  47. --- INSTALLATION -------------------------------------------------------------
  48. ------------------------------------------------------------------------------
  49.  
  50. NOTE :  Installation is different for v2.x and v3.x of Synchronet.  
  51.  
  52. With the new Win32 Native (v3) of Synchronet you can execute a Win32 
  53. Application (ZOC) directly without the need of a batch file.  However, with 
  54. v2.x of Synchronet it is required to load ZOC via a Batch File.  Please follow
  55. the directions carefully for the version you are running.
  56.  
  57. ------------------------------------------------------------------------------
  58. --- (1) ----------------------------------------------------------------------
  59.  
  60. First load the .ZRX file in a text editor and then make the necessary changes
  61. that are commented in the Script.  Then save it into your SBBS\EXEC Directory.
  62.  
  63. ------------------------------------------------------------------------------
  64. --- (2) ----------------------------------------------------------------------
  65.  
  66. ****  Version 2.x Only! ******************************************************
  67. ******************************************************************************
  68.  
  69. Either copy the included QNET.BAT file into your SBBS\EXEC directory or edit 
  70. the one that is already there and change it as follows.
  71.  
  72. -------------------------------------------
  73. @echo off
  74. c:
  75. cd\zoc313
  76. START /W ZOC.EXE /Q /U /S:%1vertpoll.zrx
  77. cd %SBBSNODE%
  78. -------------------------------------------
  79.  
  80. ** Be sure to change the paths or filenames to match your systems configuration
  81.  
  82. ** Note - The START /W before ZOC.EXE is very important as this will make the 
  83. batch file wait for ZOC to finish before continuing to the next line of the 
  84. Batch File.
  85.  
  86. ******************************************************************************
  87. ******************************************************************************
  88.  
  89. ------------------------------------------------------------------------------
  90. --- (3) ----------------------------------------------------------------------
  91.  
  92. ***************************  Version 2.x Setup *******************************
  93. ******************************************************************************
  94.  
  95. Set up your HUB ID's Call Out Command Line in SCFG under :
  96.  
  97. Networks/QWK Packet Networks/Network Hubs/QWK Network Hubs/Command Line
  98.  
  99. Change the callout command line to:
  100.  
  101. %!qnet.bat %!
  102.  
  103. Be sure to add the %! after the QNET.BAT so the included batch file is looking
  104. in the SBBS\EXEC directory for the script.  (Notice the %1 in the Batch File)
  105.  
  106. Set the time(s) and node number you wish to use while here in SCFG.
  107.  
  108. Make sure your Networked Sub-Boards are configured correctly. Refer to your
  109. SYSOP.DOC that comes with Synchronet for more information on your QWK Network
  110. Call-Out Configuration.
  111.  
  112. ******************************************************************************
  113. ******************************************************************************
  114.  
  115. -------------------------------------------------------------------------------
  116.  
  117. ***************************  Version 3.x Setup *******************************
  118. ******************************************************************************
  119.  
  120. Set up your HUB ID's Call Out Command Line in SCFG under
  121.  
  122. Networks/QWK Packet Networks/Network Hubs/QWK Network Hubs/Command Line
  123.  
  124. Change the callout command line to:
  125.  
  126. c:\zoc313\zoc.exe /Q /U /S:%!vertpoll.zrx
  127.  
  128. Be sure to change the command line to reflect the proper paths and filenames
  129. for your system!
  130.  
  131. Set the time(s) and node number you wish to use while here in SCFG.
  132.  
  133. Make sure your Networked Sub-Boards are configured correctly. Refer to your
  134. SYSOP.DOC that comes with Synchronet for more information on your QWK Network
  135. Call-Out Configuration.
  136.  
  137. ******************************************************************************
  138. ******************************************************************************
  139.  
  140. ------------------------------------------------------------------------------
  141. --- (4) ----------------------------------------------------------------------
  142.  
  143. ****  Version 3.x Only  ******************************************************
  144. ******************************************************************************
  145.  
  146. Add ZOC.EXE to your OS/2 / Windows executable Programs List in SCFG under 
  147. External Programs/OS2 Program List.
  148.  
  149. This will let Synchronet know ZOC.EXE is a Win32 Native App and will cause the
  150. BBS to execute ZOC directly without DOS level execution.
  151.  
  152. **  Note: The OS2 Program List is also used for Win32 Apps in v3.
  153.  
  154. ******************************************************************************
  155. ******************************************************************************
  156.  
  157. ------------------------------------------------------------------------------
  158. --- (5) ----------------------------------------------------------------------
  159.  
  160. Open ZOC and Turn Off Start Transfers Automatically.
  161.  
  162. To find this option, open ZOC and use the Top Menu Bar to go to :
  163.  
  164. Options / Settings / Transfer-2 / Start Transfer Automatically
  165.  
  166. Then go to :
  167.  
  168. Options / Settings / Transfer / Download to Alt Path
  169.  
  170. Remove the "QW?|" entry at the beggining of the string.
  171.  
  172. ZOC comes configured by default to download file ending in ".QW*" to the Alt 
  173. download path so we need to disable this.
  174.  
  175. ** Note : Be sure to SAVE the options before closing the Settings Window
  176.  
  177. *****  If you are experiencing trouble with ZOC not downloading the QWK files
  178.        into the proper (SBBS\DATA) directory go to Options/Global/Directories
  179.        and delete the Alternative Download path.  Synchronet will not import
  180.        the QWK files unless they are placed in the SBBS\DATA directory!
  181.  
  182.  
  183. ------------------------------------------------------------------------------
  184. --- (6) ----------------------------------------------------------------------
  185.  
  186. Once configured correctly this script should allow your QWK Networking to
  187. operate without any intervention from the Sysop at all.  Every effort has been
  188. made to assure it goes smoothly when unattended, but some problems may occur.
  189.  
  190. Please report any Bugs or problems to me ASAP.
  191.  
  192. E-Mail:
  193. pg@wasteland.darktech.org
  194.  
  195. DoveNet :
  196. Pistolgrip@WASTELND
  197.  
  198. ------------------------------------------------------------------------------
  199. --- (7) ----------------------------------------------------------------------
  200.  
  201. That should do it.  
  202.  
  203. The BBS should now poll automatically for you using the settings you
  204. configured in SCFG Network Hubs.
  205.  
  206. If you wish to force a QWK Call you can Manually Force a QWK call by hitting
  207. the (F) key from WFC (v2.x Only) or by using the ;CALL Sysop Command from the
  208. Main Menu (v2.x or v3).
  209.  
  210. Send me email if you have any trouble.
  211.  
  212. pg@wasteland.darktech.org
  213.  
  214. ------------------------------------------------------------------------------
  215. ------------------------------------------------------------------------------
  216.  
  217. ------------------------------------------------------------------------------
  218. ---- NOTE --------------------------------------------------------------------
  219. ------------------------------------------------------------------------------
  220. If you wish to have the script keep ZOC open or not hang up after polling you
  221. need to comment out the lines at the bottom of the script like so.
  222.  
  223. Change :
  224.  
  225. CALL ZocHangup
  226. CALL ZocEndZoc
  227.  
  228. To     :
  229.  
  230. /* CALL ZocHangup */
  231. /* CALL ZocEndZoc */
  232.  
  233. This may be useful if you wish to run the script manually or debug it.
  234. ----------------------------------------------------------------------------
  235.  
  236. ----------------------------------------------------------------------------
  237. ----------------------------------------------------------------------------
  238.           WasteLand BBS   -  telnet://wasteland.darktech.org
  239.                              telnet://wasteland.detour.net
  240.  
  241.             Website   -  http://wasteland.darktech.org
  242.  
  243.                  E-mail   -  pg@wasteland.darktech.org        
  244. ----------------------------------------------------------------------------
  245. Synchronet BBS Software   -  telnet://vert.sync3.net
  246.                  http://www.synchro.net/
  247. ----------------------------------------------------------------------------
  248.         ZOC Website   -  http://www.emtec.com/
  249. ----------------------------------------------------------------------------
  250. /* END */
  251.