home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / AUTODIZB.ZIP / AUTODIZ.DOC next >
Text File  |  1994-01-03  |  10KB  |  207 lines

  1. ┌────────────────────────────────────────────────────────────────────────────╗
  2. │                                                                            ║
  3. │          PEGASUS SOFTWARE'S  * AUTODIZ *  FILE_ID.DIZ UPDATER 1.2          ║
  4. │                                                                            ║
  5. │                     Copyright (c) 1993, Chris Michaels                     ║
  6. │                                                                            ║
  7. │                         Another Fine Program From:                         ║
  8. │                                                                            ║
  9. │          The PEGASUS PROJECT...the Next Generation (813) 481-5575          ║
  10. │                                                                            ║
  11. └════════════════════════════════════════════════════════════════════════════╝
  12.  
  13.  NOTE: VERSION 1.2 CONTAINS A CHANGE THAT REQUIRES YOU RE-WRITE YOUR
  14.        CONFIGURATION FILE <IF USED> PLEASE SEE THE CONFIGURATION INFO
  15.        BELOW....VERSION 1.2 WILL NOT RUN PROPERLY WITH 1.0 OR 1.0a's
  16.        CONFIGURATION FILE!!!!!!!
  17.  
  18.  OVERVIEW
  19.  ════════
  20.  
  21.         PEGASUS SOFTWARE'S * AUTODIZ * is a utility that will add a
  22.         FILE_ID.DIZ description file to any ZIP. It searches first for
  23.         an existing FILE_ID.DIZ and, if found, skips the processing of
  24.         that file; if not found, it will search any ascii text file in
  25.         PCBOARD description format, and create a FILE_ID.DIZ with the
  26.         description of that file, then add it to the ZIP, all
  27.         automatically, making it unnecessary for you to manually type
  28.         the description when you upload the file to a BBS that supports
  29.         FILE_ID.DIZ descriptions <LIKE PCBOARD!>.
  30.         You can obtain your description by download the LIST OF
  31.         AVAILABLE FILES contained in most BBS's upload directory, or,
  32.         you can simply set your comm program to capture your BBS session
  33.         to a file and * AUTODIZ * will seek out the file descriptions from
  34.         that capture file! What could be easier?
  35.  
  36.  
  37.  SETUP
  38.  ═════
  39.         Setup is fairly simple and straightforward. Simply unzip the
  40.         archive into the directory where you want * AUTODIZ * to operate
  41.         from...I put it in my path so it is always available.
  42.         Although not necessary, you *can* create a configuration file
  43.         for * AUTODIZ * that will enable it to run without prompting you
  44.         for file locations, the content of the CFG file is discussed
  45.         below. If you choose not to make a CFG file, * AUTODIZ * will
  46.         prompt you each time it is run for location of the files to
  47.         process and location of the descriptions text file.
  48.  
  49.  
  50.         CONFIGURATION FILE <OPTIONAL>
  51.  
  52.         Using any text editor, create a file called AUTODIZ.CFG <or
  53.         anything else you want to call it>, and enter these lines:
  54.         (NOTE: This file may contain only the first two entires, unless
  55.         you have additional directories to process. In that case you can
  56.         add up to 10 directores after the CAP file location. BUT YOU
  57.         MUST NEVER....NEVER EXCEED 11 TOTAL LINES IN THIS FILE!!!!!!
  58.  
  59.  
  60.               C:\TELIX\TELIX.CAP  <=========TEXT FILE CONTAINING FILE
  61.                                             DESCRIPTIONS. This can be
  62.                                             any text file that has
  63.                                             descriptions in PCBOARD
  64.                                             directory format
  65.  
  66.               C:\UPLOAD           <======== DIRECTORY CONTAINING UPLOADS
  67.                                             TO BE PROCESSED
  68.  
  69.               C:\TEST             <======== DIRECTORY CONTAINING UPLOADS
  70.                                             TO BE PROCESSED <OPTIONAL>
  71.  
  72.               C:\TEMP             <======== DIRECTORY CONTAINING UPLOADS
  73.                                             TO BE PROCESSED <OPTIONAL>
  74.  
  75.               C:\DOWNLOAD         <======== DIRECTORY CONTAINING UPLOADS
  76.                                             TO BE PROCESSED <OPTIONAL>
  77.  
  78.               C:\FILES            <======== DIRECTORY CONTAINING UPLOADS
  79.                                             TO BE PROCESSED <OPTIONAL>
  80.                                             YOU CAN ADD UP TO 10 (ONLY)
  81.                                             DIRECTORIES TO BE PROCESSED
  82.  
  83.         The benefits of using a configuration file include the fact that
  84.         with it * AUTODIZ * becomes a completely automated program. I
  85.         run it from a batch file every time I exit my COMM program,
  86.         using the above configuration. I use TELIX and my bat file looks
  87.         like this:
  88.  
  89.                             CD \TELIX
  90.                             TELIX
  91.                             AUTODIZ  AUTODIZ.CFG
  92.                             CD \MAIN
  93.                             MENU
  94.                                                                                     people are using that may not
  95.         The session would go like this:
  96.  
  97.             As soon as I am in TELIX, I type ALT-L to start my capture
  98.             log. The default setting for the CAP file is TELIX.CAP so
  99.             I use that. I then call the BBS I am going to download from,
  100.             and display the directories I will be choosing files from.
  101.             <As the descriptions go past on my screen, they are being
  102.             captured into my cap file>. I flag the files I wish to
  103.             download, and download them. I then exit the BBS, and call
  104.             another, if I wish and repeat the same operation...NEVER
  105.             closing the cap file...Telix will do that automatically when
  106.             I quit. The rest is handled by * AUTODIZ * and when I am
  107.             done, I have an upload directory with a bunch of files that
  108.             ALL contain FILE_ID.DIZ files, so when I upload them to
  109.             my board, or any other <that supports FILE_ID.DIZ files> I
  110.             simply type SEE DIZ when prompted for a description, or, if
  111.             I upload in the batch mode <UB> I don't have to write a
  112.             thing...PCBOARD will seek out the FILE_ID.DIZ and place it
  113.             in the description area for you!
  114.  
  115.             NEAT, HUH?
  116.  
  117.           > IF A DESCRIPTION CANNOT BE FOUND IN THE FILE OR IN YOUR
  118.           > DESCRIPTION TXT FILE, THE NAME(S) OF THE UNDESCRIBED FILE WILL
  119.           > BE WRITTEN TO A FILE CALLED "NOTFOUND.TXT" FOR YOU TO
  120.           > REVIEW.
  121.  
  122. IMPORTANT!!!!!!!
  123. IMPORTANT!!!!!!!  YOU MUST HAVE PKZIP.EXE *AND* PKUNZIP.EXE IN YOUR
  124. IMPORTANT!!!!!!!  PATH OR IN THE DIRECTORY WHERE * AUTODIZ * IS RUNNING
  125. IMPORTANT!!!!!!!  OR IT WILL NOT OPERATE!!!!!!!
  126. IMPORTANT!!!!!!!
  127.  
  128.  
  129.  
  130.  
  131.  REGISTRATION
  132.  ════════════
  133.  
  134.       PEGASUS * AUTODIZ * IS NOT FREE IT IS SHAREWARE. If you use the program,
  135.       you MUST register it. Registration will also eliminate the 15
  136.       second delay at the beginning and end of the program, and
  137.       registeration will give you the option of removing the:
  138.  
  139.                   <Desc by: PEGASUS AUTODIZ * 813-481-5575>
  140.  
  141.       from the descriptions AUTODIZ creates.
  142.  
  143.       FAILURE TO REGISTER IS A VIOLATION OF THE COPYRIGHT LAWS!
  144.  
  145.       Registration fee is $15.00. To register complete the form below,
  146.       with your name, address, phone, <bbs name, and bbs phone number>
  147.                                              if applicable
  148.       and mail it along with a Check/Money Order for $15.00 to:
  149.  
  150.                          CHRIS MICHAELS
  151.                          6237 PRESIDENTIAL COURT #125
  152.                          FORT MYERS, FL 33919
  153.  
  154.        You will receive a registered copy of PEGASUS * AUTODIZ * on 5 1/2
  155.        or 3 1/2 disk, or you can choose to download your registered copy
  156.        from The PEGASUS PROJECT.
  157.  
  158.        If you have any comments, suggestions etc. you can contact me at
  159.  
  160.           THE PEGASUS PROJECT...the Next GeneratioN (813) 481-5575
  161.  
  162.  
  163.       ---------------------------------------------------------------------
  164.  
  165.             Enclosed is my Check/Money Order for $15.00 as registration
  166.             fee for PEGASUS * AUTODIZ *
  167.  
  168.             I would like:
  169.  
  170.                 [ ] to download it from The PEGASUS PROJECT
  171.  
  172.                 [ ] 5 1/2 DD or [ ] 3 1/2 DD disk mailed to me
  173.  
  174.  
  175.              NAME_________________________________________________________
  176.  
  177.            * BBS NAME ____________________________________________________
  178.              
  179.              ADDRESS_______________________________________________________
  180.  
  181.              ______________________________________________________________
  182.  
  183.              CITY___________________________ST____________ZIP_______________
  184.  
  185.              VOICE PHONE [_______] ___________________
  186.  
  187.              DATA PHONE [_______] ____________________
  188.  
  189.            * Version of PCBOARD you are currently running ________
  190.  
  191.  
  192.            * if applicable
  193.       ----------------------------------------------------------------------
  194.  
  195.  
  196.  
  197.    DISCLAIMER
  198.    ══════════
  199.  
  200.          PEGASUS * AUTODIZ * has been tested thoroughly, however, as with all
  201.          shareware, we cannot be held responsible for any damage or loss
  202.          resulting from this program, and will not be liable for
  203.          anything. The program is offered as is, and the user accepts
  204.          all responsibility. Plain and simple, we are not responsible
  205.          for anything, however, if you have a problem, we will do our
  206.          best to help you solve it.
  207.