home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UTILITY / TEST-IT1.ARJ / HUMOR.ME2 next >
Text File  |  1991-05-17  |  4KB  |  128 lines

  1.  
  2.                              Test It
  3.  
  4.                      ZIP File Tester/Scanner
  5.  
  6.                        A SPITFIRE Utility
  7.  
  8.            Copyright (C) 1991, by Murray R. Tuckerman
  9.  
  10.  
  11. Written  in  Turbo  Pascal  version  5.0,  with  STRINGS.TPU  and 
  12. BCSHARE. For use with PKUNZIP and SCAN.
  13.  
  14.  
  15. This  program is issued under the PostalWare principle. You  MUST 
  16. register TEST-IT by sending a postcard to:
  17.  
  18.  
  19.                         Murray Tuckerman
  20.                       The Drawing Board BBS
  21.                      Post Office Box  111224
  22.                   Anchorage, Alaska 99511-1224
  23.  
  24.  
  25.            Make sure you write TEST-IT on the postcard.
  26.  
  27. Scenic postcards are preferred as the author uses them to patch  holes 
  28. in the computer room walls (ie. cheap wallpaper).
  29.  
  30.  
  31.  
  32.            All unregistered use is strictly forbidden.
  33.  
  34.                              
  35.                              -- >> << --
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. The  author of this program is not responsible for anything.  If  this 
  45. program causes hardware hiccups, causes your dog to go mad, makes your
  46. hair fall out, or anything else, don't call the author <smiling>.
  47.  
  48.  
  49.                       _________________________
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Test-It is a zip file tester/scanner that works with PKUNZIP  and 
  56. SCAN  to automate the tasks of checking uploaded files  for  you, 
  57. then posting these files into an "OK" file directory, or a  "Bad"  
  58. file directory, and updating the HeySysop.Log with any errors  or 
  59. viruses found within the zipped files.
  60.  
  61.  
  62. Syntax:
  63. Test-It /B=[Path] /C=[Path] /E=[Path] /F=[Path] /O=[Path] /S=[Path] /U=[Path]
  64.  
  65. Note: Do NOT include []s.
  66.  
  67.        /B= Path to directory for files with ERRORS.
  68.        /C= Path to Command.Com.
  69.        /E= Path to HeySysOp.Log.
  70.        /F= Path to directory of files to be tested.
  71.        /O= Path to directory for files with NO errors.
  72.        /S= Path to Scan.Exe.
  73.        /U= Path to Pkunzip.Exe.
  74.  
  75. How it works:
  76.  
  77.     First, Test-It checks your test directory to make sure  there 
  78.     are  files to test. 
  79.     
  80.     For each zipped file found:
  81.  
  82.     Test-It calls out to PKUNZIP to test the zip file's  integri-
  83.     ty, and the to extract the zipped files into a temporary file 
  84.     directory off your upload directory. Test-It then calls  SCAN 
  85.     to scan the files in the temporary directory. 
  86.  
  87.     If the file contains errors in the zip file, or scan  reports 
  88.     a  virus, the zipped file is copied to your  ERROR  directory 
  89.     and  the  error or virus is reported  to  your  HeySysop.Log. 
  90.     Otherwise it will be copied to your OK directory.
  91.  
  92. Notes: Make  sure you have enough space on your drive where  your 
  93.        uploads  are  to allow PKUNZIP to unzip  the  file(s)  for 
  94.        scanning. 
  95.  
  96.        Wild  cards  may only be used for filenames.   Omitted  or 
  97.        incorrect  paths will cause an error to be  reported,  and 
  98.        testing function to be bypassed or program to exit. 
  99.  
  100.        Parameters may be in ANY order.
  101.  
  102.        You  may  use this program in any batch file, such  as  in 
  103.        your events or your SFINIT.BAT.
  104.  
  105.        Calling  Test-It without ANY command line parameters  will 
  106.        display a help screen.
  107.  
  108. Credits: 
  109.     SPITFIRE BBS 
  110.     BCSHARE      - Buffalo Creek Software, Mike Woltz 
  111.  
  112.     STRINGS.TPU  - Richard Winkle
  113.  
  114.     Turbo Pascal - Borland International
  115.  
  116.     PkUnZip      - PkWare, Phil Katz
  117.  
  118.     SCAN         - McAfee Associates
  119.  
  120.              _______________________________________
  121.  
  122.                              Enjoy!
  123.  
  124.                   Murray R. Tuckerman, Co-SysOp
  125.              The Drawing Board BBS - (907) 349-5412  
  126.                     24 hrs. daily - 2400 baud
  127.  
  128.