home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / hs_gap63.zip / HS-GAP.DOC < prev   
Text File  |  1993-09-07  |  3KB  |  50 lines

  1.                            ADDING HS/LINK TO GAP BBS
  2.                     TESTED WITH GAP V6.3 AND HS/LINK V1.21
  3.  
  4.      ***  This file has changed from the first release of this setup
  5.      information.  The -NU was added which was not in the first
  6.      installation, and more importantly, The old installation would not
  7.      find the single file uploads (they had to be in a different
  8.      directory then the batch uploads) and thus they would fail.  Please
  9.      change to the batch files included here ***
  10.  
  11.        Since Gap currently does not support Batch protocols other than
  12.      "D" for DSZ, you will have to set up the HS/Link protocol as letter
  13.      "D". To set up HS/Link with GAP you need to do the following:
  14.  
  15.          1)  Copy EXTSD.BAT & EXTRD.BAT to your GAP Main Directory
  16.          2)  Make sure HSLINK is in your GAP Directory or in your PATH.
  17.          3)  Edit your AUTOEXEC.BAT and add the Statement:
  18.              SET DSZLOG = C:\GAP\DSZ.LOG
  19.              (you can use any directory or filename you like, but you
  20.                  must have this statement or batch uploads will not work)
  21.          4)  Copy the FLISTCNV.EXE to your GAP Directory (or in a PATH)
  22.          5)  Run GAP, Go into the Configuration under the section marked
  23.              "File System Options" and add the letter "D" to `External
  24.              Protocol Letters.'  Make sure the prompt above it `Use
  25.              External Protocols' is set to "Y".
  26.  
  27.        As long as you do exactly as above, everything will work.  A few
  28.      notes about the EXTRD.BAT file.  In the third line below that says
  29.      -UD:\NEWUP\WORK0 change the NEWUP to your upload and add the
  30.      "\WORK0" to the end of it, if you don't it will NOT work.
  31.  
  32.          EXTRD.BAT
  33.  
  34.      @if exist %DSZLOG% del %DSZLOG%
  35.      @rem  batch upload
  36.      @if "%3" == "" HSLINK -P%1 -E%2 -NU  -UD:\NEWUP\WORK0
  37.      @rem  single file upload
  38.      @if not "%3" == "" HSLINK -P%1 -E%2 -NU  -UD:\NEWUP
  39.  
  40.        If you are getting errors during uploading or downloading you may
  41.      need to add the -HS parameter to the command line.  Check your
  42.      HS/Link Documentation for more information on this and other
  43.      options.
  44.  
  45.        As of GAP 6.3 there appears to be a format change in the batch
  46.      download file list data file, causing the earlier version of
  47.      flistcnv.exe to produce a faulty filelist file.  This version
  48.      includes a corrected flistcnv.exe file.  The remainder of the
  49.      installation should be the same as before.
  50.