home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / TAG109B.ZIP / READ.ME < prev    next >
Text File  |  1991-12-05  |  6KB  |  112 lines

  1. Read the TAGFILE.TXT and following enhancements will be included here.
  2.  
  3. 11-19-91  File names are sent out the port for batch uploading!  Added
  4.           new parameter to DGS.DEF:  On the last line of DGS.DEF add
  5.           the communications port your com package uses.   Type "/" to
  6.           send the upload command with filenames out your comport.  Save
  7.           yourself the trouble of typing those names in.
  8.  
  9. 11-19-91  Better error traping added.
  10.  
  11. 11-20-91  Added a couple of bells ( no whistles yet ).
  12.  
  13. 11-21-91  Hard Coded DSZ and simplified parameters.  Any parameters may
  14.           be added which would come normally after the speed command.
  15.           Hard coded  DSZ port ( your port number ) speed ( your speed
  16.           parameter ).
  17.  
  18. 11-23-91  Added Ymodem for upload options.   Optimised the code some
  19.           and altared structure of the configuration file.  You will
  20.           need to enter your Ymodem parameters in the DGS.DEF file.
  21.           Appropriate menu changes were made to display the new feature.
  22.  
  23. 11-25-91  Added HS/Link Bidirectional Transfer by Samuel Smith and a new
  24.           parameter in DGS.DEF to accomodate the new protocol.  Also some
  25.           menu changes to simplify the interface.  Optimised the code in
  26.           the effort to keep this program as small as possible.  See new
  27.           configuration file.  For more information on HS/Link read
  28.           Samuel Smith's docs. Your port # and speed parameters are included
  29.           from what is read from the configuration file ( DGS.DEF ).
  30.  
  31. 11-25-91  Further Reduced Size of code and changed Window arrangement.
  32.  
  33. 11-27-91  Completely Rewrote the Menu interface to Look Like RBBS to
  34.           give that familiar "stock" look of RBBS-PC.
  35.                Fixed Bug: Tag file name not being written to DGS.DEF on
  36.                           Carriage return.  If no name is entered it
  37.                           defaults to the current name rather than
  38.                           writing a blank line.
  39.                Added: (Changed) ESC command and included it in the menu.
  40.                Added: Delete File List Command.
  41.                Added: Xpert mode.
  42.                Reduced size of code to keep overhead to bare minimum.
  43.  
  44. 11-28-91 Added new config file option.  Enter EXE if using DSZ.EXE or
  45.          COM if using DSZ.COM. This is the last line in the DGS.DEF file.
  46.          More menu Changes -
  47.  
  48. 12-02-91       Added: BiModem and new parameter.  Bimodem string follows
  49.                       HS/Link in DGS.DEF
  50.                Added: Screen writing routines and messages so TAGFILE is
  51.                       more informative as to what it is doing.
  52.                Removed hard coding of Speed for modems working at variable
  53.                Connect rates.
  54.                Reduced Code.
  55.                Changed Arrangement of Menu Commands.
  56.  
  57.  
  58. 12-04-91  Problem: DIRN.EXE was listing subdirectories as file selection
  59.           options.  This is now corrected.
  60.  
  61.           Added: DIZ file description option.  Some BBS systems ( PC-Board)
  62.           use the DIZ file for posting the uploaded file description without
  63.           prompting the uploader.  ....another step in automating the
  64.           BATCH uploading process.  RBBS Batch Enhancer may be adding this
  65.           or a similar option soon.   TAGFILE will now accomodate this
  66.           option in the preparation of your batch uploads.
  67.  
  68.           Need: Your favorite file compression utility and a text editor.
  69.           Recommended: PKZIP.EXE  and QEdit.
  70.  
  71.           Option to Add file descriptions to compressed files:  Tagfile
  72.           uses ID.BAT which can use any compression format you wish.  The
  73.           program will pass the file name to add the description to as the
  74.           first parameter ( %1 ) and FILE_ID.DIZ is passed as the second
  75.           parameter ( %2 ).  The included Batch file will execute as follows:
  76.           PKZIP FILENAME.ZIP FILE_ID.DIZ
  77.           Use any compression utility you wish.   When editing the
  78.           description I recommend you keep each line length to 43 to 46
  79.           chars. Use a text editor in your CONFIGURATION file like QEdit
  80.           and NOT a word processor that adds printer control codes!  You
  81.           can find QEdit on just about any of your favorite BBSs.  If
  82.           not, then download QEDIT21.ZIP from Church Chatters.
  83.  
  84. 12-05-91  Problem:  Exiting tagging utility with cursor turned off.
  85.                     Cursor is now switched on when exiting the file
  86.                     tagger.
  87.  
  88.           Problem:  Tagging utility not properly listing files specified
  89.                     Files are now correctly listed.
  90.  
  91.           Added  :  New config file item to specify DIZ file name.
  92.                     This is optional and may be left blank.  If Blank
  93.                     TAGFILE will default to FILE_ID.DIZ.
  94.  
  95.  
  96.       DGS.DEF outline:
  97.  
  98.  Line 1: test.lst      <- Name of file listing tagged files (No Path needed);
  99.  Line 2: handshake both sz <- DSZ Command line (Zmodem);
  100.  Line 3: sb <- DSZ Command line (Ymodem-g);
  101.  Line 4: handshake both sb -k  <- Ymodem command line.
  102.  Line 5: -@ -NV -UC:\BOYAN\DL -S2048 <- HS/Link parameters.
  103.  Line 6: /I BIMOD1.LOG <- Bimodem Parameters
  104.  Line 6: c:\qed\q.exe  <- Path to your favorite text editor( QEdit recommended);
  105.  Line 7: 2             <- Communications port you COMM program uses.
  106.  Line 8: 19200         <- Communications port speed
  107.  Line 9: COM           <- If using DSZ.COM enter COM here. If using EXE
  108.                           enter EXE.  If this line is optional. If left blank
  109.                           TAGFILE.EXE will default to DSZ.COM.
  110.  Line10: DESC.SDI      <- Text file created by TAGFILE with file descriptions
  111.                           for files uploaded in batch mode.
  112.