home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / THDPRO_8.ZIP / THDSETUP.TXT < prev    next >
Text File  |  1993-07-01  |  7KB  |  199 lines

  1.      Due to the number of requests from sysop's on "how" to set up
  2. THD ProScan to work with their BBS programs, I am including this explanation 
  3. for setup in RA 2.00 (gamma 1), WWIV, Telegard 2.7, PCBoard and for T.A.G. 
  4. 2.6c.
  5.      Although it works equally well with other BBS programs, These are the 
  6. only programs which I can supply any assistance with.
  7.      But first a multi-purpose batch file for those wishing to test numerous 
  8. files in a single directory. 
  9.  
  10. * - * - * - * - * - *
  11.  
  12.                            GENERAL PURPOSE BATCH FILE
  13.                            --------------------------
  14.                            (See THDTERM3.ZIP as well)
  15. DIRTEST.BAT
  16. -----------
  17. @ECHO OFF
  18. CTTY CON
  19. FOR %%F IN (%1\*.*) DO C:\THDPRO\THDPRO.EXE %%F
  20.  
  21.  
  22. This will cause all files in the supplied directory to be tested. However, 
  23. be warned that only the errorlevel from the last file tested will be 
  24. returned to the calling program.
  25. Syntax for this batch file would be C:\THDPRO\DIRTEST.BAT C:\TEST
  26. where DIRTEST.BAT is located in "C:\THDPRO" and "C:\TEST" is the directory 
  27. containing the files to be tested.
  28.  
  29. * - * - * - * - * - *
  30.  
  31.                                   TELEGARD 2.7
  32.                                   ------------
  33.      Lets start from scratch..
  34. make a dir called C:\THDPRO
  35. change to that directory.
  36. unzip THDPRO-* into that directory (or unarj, whatever).
  37. run THDINSTL.EXE
  38. answer all the questions and double check the settings on the final
  39.    screens as if your life depended on it's being correct.
  40. change to your BBS directory.
  41. type TELEGARD -K
  42. press "P"
  43. press "F"
  44. look at option "L".. make note of the path here
  45. shell to dos.
  46. go to the directory just seen in option "L".
  47. copy THDPRO.EXE from C:\THDPRO\ to this directory.
  48. return to TG (exit shell).
  49. press "A"
  50. press "M"
  51. press "1" (which I assume will correspond to the "ZIP" archive type)
  52. check the first option to be sure it is marked "ACTIVE" (if not mark it
  53.      active).
  54. change line "#6" to read "THDPRO.EXE @F"
  55. Press "Q" until you are back at the "WFC" screen and from their do a local
  56.      logon.
  57. Once logged on.. Go to the file section and list the files long enough to
  58.      find the name of a single valid "zip" file.
  59. now type at the menu prompt "//\\AT"
  60. enter the name of the "zip" filename you just found using "list"
  61. answer no to delete files question.. and No to search all dirs question.
  62. watch the output on your side to see if the file is being scanned.
  63.  
  64.      The ONLY reason that this process (if followed EXACTLY) would not 
  65. work.. is because you have no directory listed under option "L" (as above). 
  66. IF you do not have a directory specified there, then change the "line #6" 
  67. mentioned above to include the full path "C:\THDPRO\THDPRO.EXE @F".. DO NOT 
  68. enter this if there is a path in option "L" or the archive tester will not 
  69. be found.
  70.      Also.. you might wish to test it from the command line as follows to be 
  71. sure that it works.
  72. type
  73. C:\THDPRO\THDPRO.EXE C:\COMMAND.COM
  74.      This will show you the scanner at work and if you do not see this type
  75. of screen when run from TG.. then you have failed in configuring TG NOT the 
  76. fault of the scanner.
  77.      This is FAR more detailed than I had ever hoped to have to get. Any TG 
  78. sysop should be able to accomplish this without such detail.. BUT given that 
  79. you may never have had to do this before.. Follow the instructions 
  80. EXACTLY!!!!
  81.  
  82. * - * - * - * - * - *
  83.  
  84.                                   T.A.G. 2.6c
  85.                                   --------
  86.  
  87.      T.A.G. is very simple to set up. T.A.G. simply runs a file called
  88. "FILETEST.BAT" (found in the main BBS directory). So to set up T.A.G. you 
  89. need only make your FILETEST.BAT read as follows...
  90.  
  91. FILETEST.BAT
  92. ------------
  93. CTTY CON
  94. C:\THDPRO\THDPRO.EXE %1%2.%3 {optional comport #}
  95.  
  96. This will cause all uploaded files to be tested by THDPRO.EXE in the 
  97. directory "C:\THDPRO". The "optional comport #" is for use with systems 
  98. running multi-nodes where the output is to be sent to a comport other than 
  99. the one configured directly into the program. This parameter is to be ONLY a 
  100. single digit between 0 and 8.
  101.  
  102. * - * - * - * - * - *
  103.  
  104.      PCBOARD setup....
  105.  
  106. 1) In PCBSETUP, under options 1 :
  107.       Verify files uploaded is set to "Yes".
  108.  
  109. 2) Edit the PCBTEST.BAT file in the PCBoard directory, and make it look similar
  110. to the following:
  111.  
  112. ECHO. > PCBFAIL.TXT
  113. C:\THDPRO\THDPRO.EXE %1
  114. IF ERRORLEVEL == 1 GOTO END
  115. DEL PCBFAIL.TXT
  116. :END
  117.  
  118. THDPRO.EXE will exit with an errorlevel of 1 or higher if the file fails the 
  119. test. It will then exit without changing the PCBFAIL.TXT. However, if the 
  120. test is successful, it will delete the "PCBFAIL.TXT" file.
  121.  
  122.      ** this text was supplied by Mike Thomson **
  123.  
  124. * - * - * - * - * - *
  125.  
  126.                                   WWIV
  127.                                  ------
  128.  
  129. Configure THDPRO.EXE with THDINSTL.EXE.
  130.  
  131. Run the WWIV's INIT program and select external programs. Go down to the 
  132. upload event and enter...
  133.  
  134. C:\THDPRO\THDPRO.EXE C:\WWIV\%2%3
  135.                    |       |  | |
  136. Path to THDPRO.EXE--       |  | |
  137.                            |  | |
  138. BBS Directory---------------  | |
  139.                               | |
  140. File directory----------------- |
  141.                                 |
  142. File to test---------------------
  143.  
  144. This text supplied by: Rob Giannini
  145.  
  146. * - * - * - * - * - *
  147.  
  148.                       REMOTEACCESS 2.00 gamma1
  149.                       ------------------------
  150. Unarchive THDPRO-*.* in it's own directory.
  151. Run "THDINSTL.EXE /NOMOVE"
  152.      Be sure to include the "nomove" parameter so that THD ProScan will
  153. not move or rename files which fail its various tests (This applies only to 
  154. THD ProScan Version 6 and later). Insert all necessary information as 
  155. prompted by THDINSTL.EXE. If the need arises to reconfigure THDPRO.EXE be 
  156. sure to use the "NOMOVE" parameter each and every time THDINSTL is run or 
  157. the move action will be made active again.
  158.      Note also that THDINSTL will still require input for a "Failed 
  159. directory" but no files will be moved when THDPRO.EXE is actually run.     
  160.  
  161.     Setting up Raconfig:
  162.  
  163. Run raconfig and select the following menu options:
  164.  
  165. 1/  System
  166. 2/  Files
  167.  
  168.  
  169. The following is an example of how to fill in the upload scanning section...
  170.  
  171. Scan online  Yes
  172. Failed scan  /unavailable/move to 998
  173. Scan utility C:\THDPRO\THDPRO.EXE @ *P *M
  174.  
  175. Scan Online is set to yes to allow the user to see straight away
  176. if there are any problems with his upload.
  177.  
  178. Failed scan action is set to  mark the file as unavailable and move it
  179. to file area 998 (an area previously decided to be a badfiles area).
  180.  
  181. Scan utility runs C:\THDPRO\THDPRO.EXE with following parameters:
  182.  
  183. @  path and filename of file to be tested
  184. *P com port in use
  185. *M swap RA out of memory to give THD ProScan as much room as possible.
  186.  
  187.      This general outline was supplied by Mark Kerr.
  188.      Mark can be reached VIA Fidonet at 2:440/59 for further support in 
  189. regards to Remote Access.
  190.  
  191. * - * - * - * - * -*
  192.  
  193. Keep in mind that this information is general and version specific and may 
  194. not work for you as is. No person or group accepts responsibility for the 
  195. accuracy of this text as it is supplied only as "assistance".
  196.  
  197.      An extra special thanks to Mark Kerr for the time and expense to call 
  198. me personally in regards to this text.
  199.