home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / KAND / LABLOC1.ZIP / LABLOCAL.DOC < prev    next >
Encoding:
Text File  |  1991-05-09  |  4.4 KB  |  109 lines

  1.                         
  2.                   ZipLab LOCAL I - ZipLab Around the Clock
  3.                    (C)Copyright 1991 by Jeffrey S. Morley
  4.                                May 9th, 1991
  5.  
  6.                              .ZIP file tester
  7.                                
  8. ZipLab LOCAL is a program which will perform thorough testing on desired 
  9. .ZIP file(s).  Rejected files will be moved to a holding directory, where 
  10. you can do further checking, erase, or accept for addition to your 
  11. collection. 
  12.  
  13. LABLOCAL will do the following:
  14.  
  15. * Test for CRC errors in the .ZIP file.
  16. * Test for imbedded .ZIP files and if found, CRC check those too.
  17. * Test for imbedded .TD0 (Teledisk) files and if found, test with TDCHECK.
  18. * Virus SCAN imbedded EXE and COM files, using SCAN.EXE from McAffey.
  19. * Remove all .ZIP comments from the file.
  20. * Replace .ZIP comments with your own. (Optional)
  21. * Delete unwanted BBS ads and/or other unwanted ZIP members as you define.
  22. * Reject programs older than a date (year) which you specify.
  23.  
  24. * NEW IN THIS VERSION!!! ******************************************************
  25.  
  26. ZipLab LOCAL I  - First version released.
  27.  
  28. *******************************************************************************
  29.  
  30. REQUIRED:
  31. You must already have the following programs:
  32.  
  33. PKZIP.EXE - Phil Katz archive create program (version 1.01)
  34. PKUNZIP.EXE - Phil Katz archive extract program (version 1.01)
  35. TDCHECK.EXE - .TD0 (Teledisk) checker from SyDex (any version)
  36. SCAN.EXE - McAffey's virus detection program (any version)
  37.  
  38. There are other small utility programs which I have bundled with this .ZIP.
  39. Those which were not written by me may require registration for continued
  40. use.  PLEASE SUPPORT SHAREWARE AND DO SO!
  41.  
  42. RECOM.EXE - Mike Loewen's ZIP file comment remover and date stamper.
  43.  
  44.  
  45. Quick Start ---
  46.  
  47. * Place the LL.EXE and SETUP.EXE files into a directory which is in your
  48.   DOS PATH.
  49. * UnZIP the enclosed supplemental utilities into directories in your DOS PATH.
  50.   Make note of where you put them, you will need this information later.
  51. * Change to the directory containing SETUP.EXE and LL.EXE and run SETUP.
  52. * Fill in the following information when prompted by SETUP.EXE:
  53.  
  54.         -  The DRIVE and PATH to the directory where rejects will be
  55.            placed pending manual sysop inspection.
  56.         -  The date (yyyy) which will be the minimum acepted year.  ZIPs
  57.            containing files older than this will be rejected.
  58.         -  The fully qualified filename of the zip comment to add, or
  59.            type "NONE" if you don't want to add a comment.
  60.         -  Full DRIVE:\PATH to PKZIP.EXE.
  61.         -  Full DRIVE:\PATH to PKUNZIP.EXE.    
  62.         -  Full DRIVE:\PATH to TDCHECK.EXE.
  63.         -  Full DRIVE:\PATH to SCAN.EXE.
  64.         -  Full DRIVE:\PATH to RECOM.EXE.
  65.            (I need these spelled out becuase the method I am using 
  66.             to get ERRORLEVELS returned to the program requires it.)
  67.         -  A list, each on one line, of files which you wish deleted
  68.            from .ZIP's before posting.  This could include the famous
  69.            "READMEOR.DIE", "BBS.AD", or other unwanted advertising.
  70.  
  71.             Sample LL.CFG file:
  72.             
  73.             M:\HOLD
  74.             1990
  75.             C:\EXE\COMMENT.CMT
  76.             C:\ZIP\PKZIP.EXE
  77.             C:\ZIP\PKUNZIP.EXE
  78.             C:\ZIP\TDCHECK.EXE
  79.             C:\DIAGS\SCAN.EXE
  80.             C:\EXE\RECOM.EXE
  81.             ANNOYING.BBS
  82.             README.TOO
  83.  
  84.    
  85. * That's it... Now run LL.EXE against any .ZIP file or files, and   
  86.   LL will check out the file, placing any rejects in the holding directory 
  87.   you specified in the SETUP process above.  You DO NOT have to be in the
  88.   directory containing LabLocal.Cfg, I'll find it...
  89.  
  90.  
  91.   
  92. This program was written in QuickBasic 4.5, with some help from Hammerly 
  93. Computing's ProBas 4.01.  I have also included a few utilities which LL 
  94. will use in the course of testing.  These utilities are the property of the 
  95. authors, and you are strongly requested to register them if you continue to 
  96. use LL.EXE.  There is no registration required for LL itself, nor for 
  97. any of the little utilities included which were written by me.
  98.  
  99.  
  100. Jeffrey S. Morley
  101. The Interconnect BBS
  102. (703)425-2505
  103.  
  104. * LL.EXE, SETUP.EXE, and DELF.COM are my own creations, and no
  105.   registration is required.  They are all:
  106.   (C)Copyright 1989-1991 by Jeffrey S. Morley
  107.   
  108.  
  109.