home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tscn406.zip / BBSINFO.DOC next >
Text File  |  1993-03-13  |  15KB  |  384 lines

  1.     Page 1
  2.                          T R A N S C A N    V 4 . 0 0
  3.                          ~ ~ ~ ~ ~ ~ ~ ~    ~ ~ ~ ~ ~
  4.  
  5.                                   BBSINFO.DOC
  6.                                   ~~~~~~~~~~~
  7.  
  8.                              Last updated: 1/30/93
  9.  
  10.     This file contains important information on setting TranScan up to use
  11.     with different kinds of BBS Software. In the near future we plan on
  12.     adding direct support for many more BBSs. Until then any BBS can still
  13.     benefit from TranScan.
  14.  
  15.     This information is changing on a DAILY basis as support for new BBS
  16.     systems are added. If your BBS is NOT listed please call TranScan BBS
  17.     at 913-266-0781. You may find a revised copy of this file that will
  18.     assist you in setting TranScan to work with your BBS.
  19.  
  20.     TABLE OF CONTENTS
  21.     ~~~~~~~~~~~~~~~~~
  22.  
  23.     Wildcat v3+ & Wildcat-IM..........................................2
  24.  
  25.     Wildcat Test-Drive (v2+)..........................................3
  26.  
  27.     PCBoard v14.5.....................................................3
  28.  
  29.     VBBS..............................................................3
  30.  
  31.     GTPower...........................................................3
  32.  
  33.     WWIV..............................................................4
  34.  
  35.     SpitFire..........................................................4
  36.  
  37.     Oblivion/2........................................................4
  38.  
  39.     GAP...............................................................5
  40.  
  41.     Searchlight.......................................................5
  42.  
  43.     TriBBS............................................................6
  44.  
  45.     Remote Access.....................................................6
  46.  
  47.     Renegade..........................................................6
  48.  
  49.     ProDOOR
  50.  
  51.     Other BBS Software................................................7
  52.  
  53.     
  54.     Page 2
  55.  
  56.     Wildcat v3+ & Wildcat-IM
  57.     ~~~~~~~~~~~~~~~~~~~~~~~~
  58.     TranScan provides direct support for Wildcat v3+ & Wildcat-IM including
  59.     updating the file database, writing messages to users, reading com
  60.     information from MAKEWILD.DAT and environment variables, and writing to
  61.     the activity log.  To setup TranScan follow these simple steps:
  62.  
  63.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  64.     2) If MAKEWILD.DAT is in a directory that is not in your path you
  65.        should add this directory to your path statement.
  66.     3) Delete all current SCANFILE.BAT and SCANFILE.RUN files.
  67.     4) Create a SCANFILE.BAT file in the Wildcat home directory (where
  68.        MAKEWILD.DAT lives) as follows:
  69.          TS %1
  70.        If you use the AUTONODE feature of Wildcat you will need to create
  71.        a SCANFILE.RUN file in each node directory (NODE1, NODE2, etc.) as
  72.        follows:
  73.          cd\wc30\wcwork\node1 rem or node2 or node3 etc.
  74.          TS %1
  75.     5) Extract the *.IMP files from the WILDCAT.ZIP file and place them in
  76.        the same directory as your MSG0000.DAT file. These files are needed
  77.        to export the messages to your users. Be sure and edit these files
  78.        to suit your tast.
  79.     6) Configure TranScan to meet your needs. Be sure to select "Wildcat"
  80.        in the "BBS Set-Up" and select all other options.
  81.     7) If you selected "Y" to either "Compress OffLine?" or "Do GIF/JPGs
  82.        OffLine?" you will need to add the following to either your
  83.        POSTCALL.BAT or daily event batch file:
  84.          TS -L
  85.     8) You should always run "TS -L" before moving files on your BBS. You
  86.        may want to include this command line in your SYSOP1.BAT so that you
  87.        can do this from your SYSOP menu. You could also include this in a
  88.        batch file for WCPRO as follows:
  89.          CD\WC30
  90.          TS -L
  91.          WCPRO
  92.     9) TranScan can add Orphan Files to your Wildcat database "on the fly",
  93.        too. Here at TRANSCAN BBS I have my QMPRO configured to put all
  94.        downloads in my wildcat UPLOADS directory. I have created a
  95.        QMPRO.BAT file as follows:
  96.          CD\QMPRO
  97.          QMPRO
  98.          TS C:\FILES\UPLOADS\*.* -D
  99.        TranScan checks all the files in the UPLOADS directory against the
  100.        list of files (TS.DID) that it has already processed. If it finds
  101.        such a file it will TranScan it for viruses, recompress it, then add
  102.        the new file and description (if there was one) to your Wildcat
  103.        database. This eliminates any need from using the LOCAL UPLOAD
  104.        feature in Wildcat. In fact, you could have QMPRO.BAT run WCPRO
  105.        right after TranScan so that you wouldn't forget to move these new
  106.        uploads to their proper directories.
  107.     10)I recommend you change the prompts in your WCTEXT.DAT file if you
  108.        are using TranScan.
  109.        Prompt #578: Scanning/testing @SUB@, please wait...
  110.        Change to  : Scanning/testing @SUB@ with TranScan.  Please wait...
  111.        Prompt #579: @0E@@SUB@ - FAILED!
  112.        Change to  : @0E@@SUB@ - FAILED TranScan integrity/date/virus check!
  113.        Prompt #580: @0E@@SUB@ - PASSED!
  114.        Change to  : @0E@@SUB@ - PASSED TranScan integrity/date/virus check!
  115.     11)TranScan creates a LASTCALL file in your node work directory (NODE1,
  116.        NODE2, etc) to keep track of the name of the last caller to upload
  117.        files to that node. This makes it possible for TranScan to only
  118.        write one "Thank You" message per call for uploads. It is possible
  119.        that the same uploader could call back and upload more files. If
  120.        no one else had uploaded files to that node the name in the LASTCALL
  121.        file would be the same. For this reason you might want to delete
  122.        this file in the POSTCALL.BAT file.
  123.  
  124.       Page 3
  125.  
  126.     Wildcat Test Drive (v2+)
  127.     ~~~~~~~~~~~~~~~~~~~~~~~~
  128.     TranScan provides limited support for Wildcat Test Drive BBS.  It will
  129.     display COM output when used with External Uploads. It will not update
  130.     databases, import FILE_ID.DIZ, DESC.SDI, or GIF descriptions. There are
  131.     no plans to support these features in the future for Wildcat Test
  132.     Drive.
  133.  
  134.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  135.     2) The following is a sample external upload batch file:
  136.          cd\wildcat\ep
  137.          dsz port %2 speed %1 RZ %3
  138.          copy %3 %4
  139.          Del %3
  140.          TS %5 /P%2
  141.     3) For files that are uploaded from internal protocols you will need
  142.        to run TranScan on those directories.  It is suggested that you set
  143.        the "List files already DID?" to "Y" in the Configure-TranScan
  144.        Options.  This will keep TranScan from processing files more than
  145.        once.  The following is a sample batch file:
  146.  
  147.        ts c:\files\uploads\*.* c:\files\private\*.*
  148.  
  149.        Note that you can include up to 10 filemasks on the TranScan command
  150.        line.
  151.  
  152.     PCBoard v14.5
  153.     ~~~~~~~~~~~~~
  154.     TranScan provides limited support for PCBoard BBSs. It will display COM
  155.     output reading the PCBOARD.DAT and PCBOARD.SYS files for port
  156.     information. It will also update the UPDESC. file importing
  157.     FILE_ID.DIZ, DESC.SDI, or GIF descriptions. Many other features are
  158.     not available but will be added in the near future. To setup TranScan
  159.     follow these simple steps:
  160.  
  161.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  162.     2) Delete all current PCBTEST.BAT files.
  163.     3) Create a PCBTEST.BAT file in the PcBoard home directory (where
  164.        PCBOARD.DAT lives) as follows:
  165.          TS %1 /%2,%3
  166.     4) You must add the /SWAP variable to the PCB environment. For example:
  167.          SET PCB=/SWAP
  168.  
  169.     VBBS
  170.     ~~~~
  171.     TranScan only provides COM output for VBBS BBSs at this time. Many
  172.     other features are not available but will be added in the near future.
  173.     To setup TranScan follow these simple steps:
  174.  
  175.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  176.     2) Delete your current NEWUPLD.BAT file.
  177.     3) Create a new NEWUPLD.BAT file as follows:
  178.          TS %1 /P1
  179.        The /P switch is for indicating which port to use. /P2 would be used
  180.        for port 2, /P3 for 3, etc. If you are using non-standard uarts
  181.        please consult the TS.DOC manual for more information on these
  182.        command lines.
  183.  
  184.  
  185.     GTPower
  186.     ~~~~~~~
  187.     TranScan only provides COM output for GTPower BBSs at this time. Many
  188.     other features are not available but will be added in the near future.
  189.     To setup TranScan follow these simple steps:
  190.  
  191.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  192.     2) Delete your current GT_VSCAN.BAT file.
  193.     3) Create a new GT_VSCAN.BAT file as follows:
  194.          TS -LC:\GTLOG\GT_RECV.LOG /P%2
  195.          REM >C:\GTLOG\GT_RECV.LOG
  196.     4) Processing could also be done off-line by using GTLOGOFF.BAT. For
  197.        example:
  198.          TS C:\FILES\UPLOADS\*.* -D
  199.     
  200.     Page 4
  201.     WWIV
  202.     ~~~~
  203.     At this time WWIV does not leave enough memory available to run
  204.     TranScan while a caller is on-line. You should run TranScan from a
  205.     daily event as follows:
  206.       TS C:\FILES\UPLOADS\*.* -D
  207.  
  208.     Many other features are not available but will be added in the near
  209.     future.
  210.  
  211.     SpitFire
  212.     ~~~~~~~~
  213.     Spitfire does not have a Post-Upload hook that allows testing files
  214.     immediately after upload. However this processing can be done from the
  215.     External Upload Batch files (SFEXTUPA.BAT, SFEXTUPB.BAT, etc) and after
  216.     a caller hangs up (SFINIT.BAT). You could also process the files in a
  217.     daily event.
  218.  
  219.     The following is an example batch file for using TranScan during an
  220.     External Upload:
  221.  
  222.       BRK OFF
  223.       ECHO OFF
  224.       CD\SF\EXTERNAL
  225.       DSZ.COM %2 RESTRICT RZ
  226.       TS /P%2 %3 %5 %6 %7 %8 %9
  227.       CD\SF
  228.       BRK ON
  229.  
  230.     Many other features are not available but will be added in the near
  231.     future.
  232.  
  233.     Oblivion/2
  234.     ~~~~~~~~~~
  235.     TranScan only provides COM output for Oblivion/2 BBSs at this time.
  236.     Many other features are not available but will be added in the near
  237.     future. To setup TranScan follow these simple steps:
  238.  
  239.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  240.     2) Delete your current MAINTAIN.BAT file.
  241.     3) Create a new MAINTAIN.BAT file as follows:
  242.          TS %1 /P1
  243.        Where /P1 represents the port 1, /P2 = 2, etc.
  244.  
  245.        If file is failed it should be moved or deleted. Oblivion will
  246.        notice the file is missing and fail the upload.
  247.     
  248.     Page 5
  249.     GAP
  250.     ~~~
  251.     TranScan provides COM output for GAP BBSs and also updates the file
  252.     description based on information from the FILE_ID.DIZ, DESC.SDI, and
  253.     GIF comments. Many other features are not available but will be added
  254.     in the near future. To setup TranScan follow these simple steps:
  255.  
  256.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  257.     2) Delete your current UPCHECK.BAT file.
  258.     3) Create a new UPCHECK.BAT file as follows:
  259.          IF %6==0 TS %1 /P1
  260.          IF NOT %6==0 TS %1
  261.        If file is failed it should be moved or deleted. GAP will notice the
  262.        file is missing and fail the upload and display "...failed the
  263.        integrity check". TranScan can convert the file online and GAP will
  264.        recognize the changed file extension.
  265.  
  266.     At this time TranScan does not write the DESC.SDI file to the Upload
  267.     Directory Path. This feature and others will be added in the near
  268.     future.
  269.  
  270.     Searchlight
  271.     ~~~~~~~~~~~
  272.     (Thanks to John Smith, The Peoria PC Connection BBS)
  273.  
  274.     Just set the Searchlight Autodoor to run TranScan as follows:
  275.  
  276.     Upload Autodoor
  277.  
  278.     1. Command.................D:\TS D:\BBS\UPLOADS.BBS\*.* /P2,$02F8,3,T
  279.     2. Directory path..........D:\BBS\UPLOADS.BBS\
  280.     3. Communications support..none
  281.     4. Abort method............none
  282.     5. Write protection........no
  283.  
  284.     If TranScan rejects a file, it is moved to a hold directory and the BBS
  285.     will report an aborted upload since no files reached the regular
  286.     Uploads directory.
  287.  
  288.  
  289.     RBBS
  290.     ~~~~
  291.     At this time RBBS does not leave enough memory available to run
  292.     TranScan while a caller is on-line. You should run TranScan from a
  293.     daily event as follows:
  294.       TS C:\FILES\UPLOADS\*.* -D
  295.  
  296.     Many other features are not available but will be added in the near
  297.     future.
  298.  
  299.  
  300.     TriBBS
  301.     ~~~~~~
  302.     TranScan only provides COM output for TriBBSs at this time.
  303.     Many other features are not available but will be added in the near
  304.     future. To setup TranScan follow these simple steps:
  305.  
  306.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  307.     2) Delete your current UPLOAD.BAT file.
  308.     3) Create a new MAINTAIN.BAT file as follows:
  309.          TS %1 /P1,$03F8,4,T
  310.        Where /P1 represents the port 1, /P2 = 2, etc.
  311.  
  312.        If file is failed it should be moved or deleted.
  313.  
  314.     Remote Access
  315.     ~~~~~~~~~~~~~
  316.     TranScan only provides COM output for Remote Access at this time.
  317.     Many other features are not available but will be added in the near
  318.     future. To setup TranScan follow these simple steps:
  319.  
  320.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  321.  
  322.     2) Use the following command line for your Upload Scan:
  323.  
  324.        TS @ /P1,$03F8,4,T /CNONE *M
  325.  
  326.        Where /P1 represents the port 1, /P2 = 2, etc.
  327.  
  328.        If file is failed it should be moved or deleted. TriBBS will
  329.        notice the file is missing and fail the upload.
  330.  
  331.     Renegade
  332.     ~~~~~~~~
  333.     TranScan only provides COM output for Renegade at this time.
  334.     Many other features are not available but will be added in the near
  335.     future. To setup TranScan follow these simple steps:
  336.  
  337.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  338.     2) Delete your current post upload batch file.
  339.     3) Create a new post upload batch file as follows:
  340.          TS %1 /P1,$03F8,4,T
  341.        Where /P1 represents the port 1, /P2 = 2, etc.
  342.  
  343.        If file is failed it should be moved or deleted.
  344.  
  345.     ProDOOR 3.4
  346.     ~~~~~~~~~~~
  347.     TranScan only provides COM output for Renegade at this time.
  348.     Many other features are not available but will be added in the near
  349.     future. To setup TranScan follow these simple steps:
  350.  
  351.     1) Put TS.EXE, TS.OVR, and TS.EXE in a directory in your path.
  352.     2) The following batch file can be used to test uploads
  353.        (Thanks to Bill Thompson).
  354.  
  355.        @echo off
  356.        rem -- process test uploads request - for ProDOOR 3.4
  357.        rem -- %1-logfile, %2-testdir, %3-comport
  358.  
  359.        rem -- if no files uploaded exit quietly
  360.        if not exist %2\*.* goto end
  361.  
  362.        rem -- test each uploaded file individually
  363.  
  364.        ts %2\*.* /p2,$02f8,3,T
  365.  
  366.        if not exist %2 del %dszlog%
  367.  
  368.        :end
  369.  
  370.  
  371.  
  372.     OTHER BBS SOFTWARE
  373.     ~~~~~~~~~~~~~~~~~~
  374.     If your BBS software was not listed it is only because I have not
  375.     tested it with TranScan. Feel free to upload the SHAREWARE version of
  376.     this software to TRANSCAN BBS at (913) 266-0781. Be sure to leave a
  377.     message if you have installed TranScan with this software outlining how
  378.     you did it.
  379.  
  380.     Thanks!
  381.  
  382.     Craig Dunstan
  383.  
  384.