home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTIL_ARC / ZP20_DOM.ZIP / ZPROCESS.DOC < prev    next >
Text File  |  1994-03-13  |  5KB  |  146 lines

  1.  
  2.                                 ZIP PROCESSOR
  3.  
  4.                        (p) Drake of Dominators 1993,94
  5.  
  6.  
  7.  
  8. The purpose of this program is to make the handling of your zip-files easier.
  9. If you normally process a lot of zip-files, e.g if you store a lot of warez
  10. on tape, i bet you use a lot of different utilities to check for errors,
  11. add logos, delete bbs-ads, remove -av check etc.
  12.  
  13. Now you have one program that does it all! Okay, i use a few external 
  14. programs to do some of the work, but why code something that somebody else
  15. already did...
  16.  
  17.  
  18. It is vital for the program to run, that you enter the setup menu and enter
  19. the paths of your PKZIP, PKUNZIP, STRIPAV and RECOM. If you're looking for a
  20. reason why, read more about the technical part in ZPROCESS.HIS. For those of you
  21. who don't have these utilz, i have included them in this archive.
  22.  
  23.  
  24. #SYSTEM REQUIREMENTS#
  25.  
  26. RAM : Fuck knows... You'll get an error message if you don't have enough.
  27.       Mostly depends on how much ram pk(un)zip feels like eating up.
  28.  
  29. DISK: Make sure you have some working space free... 50k will be more than
  30.       enough for ME, depending on the filesizes you specify for the Random
  31.       Ads (more about them later), but please notice that pkzip/pkunzip might
  32.       want a little space to play with too.
  33.  
  34.  
  35. #STARTING THE PROGRAM#
  36.  
  37. Oups, this is a hard one.. Try typing ZPROCESS.
  38.  
  39.  
  40. #THE MENU SYSTEM#
  41.  
  42. Here's some explanation of each menu entry.
  43.  
  44.  
  45. ** SETUP **
  46.  
  47.   [OPTION SELECT]
  48.   
  49.   This is where you specify WHAT you want done to your zipfiles. You can choose
  50.   between 6 different actions:
  51.   
  52.     1. Remove -AV Checking
  53.     2. Check for CRC Errors
  54.     3. Remove BBS Ads
  55.     4. Remove Random Ads
  56.     5. Add .ZIP Logo
  57.     6. Keep old .ZIP date
  58.  
  59.   · Remove -AV Checking. Strips the Authentic Verification info (if any) from
  60.     the .ZIP file.
  61.   
  62.   · Check for CRC Errors. Scans the .ZIP files for possible errors, and writes
  63.     the results to the file ZPROCESS.LST in the current directory.
  64.     
  65.   · Remove BBS Ads. Removes the traditional and very annoying bbs ads. Specify
  66.     the names of the ads in a plain ascii file with one name pr. line, and name
  67.     the file ZPROCESS.ADS, and place it in the same directory as the main
  68.     program.
  69.  
  70.   · Remove Random Ads. This is a very powerful feature. This allows you to
  71.     remove the BBS ads with RANDOM NAME and CHANGING SIZE!!! You can have up to
  72.     10 of these ads deleted. The files will be scanned for up to 10 keywords
  73.     supplied by you, and will NOT be deleted unless all the keywords are found.
  74.     Read more about it in "Add Keywords".
  75.     
  76.   · Add .ZIP Logo. You can add your own .ZIP Logo (or Comment if you prefer).
  77.     To do this, place a file named ZPROCESS.CMT containing your favorite ascii
  78.     piece in your Zip Processor Dir.
  79.   
  80.   · Keep Old .ZIP Date. If you chose no here, the file will be dated with the
  81.     current system date.
  82.   
  83.   
  84.   [ADD KEYWORDS]
  85.  
  86.     This is where you enter the known facts about the Random BBS-ads! You'll
  87.     be prompted for an "Entry Note", which is just your personal description
  88.     of the ad, a "Min/Maximum Size", which specifies the file size. Be strict
  89.     about this, because ALL files matching this size will be extracted and
  90.     scanned! At times it can be VERY slow, but it is always VERY effective!
  91.     You can enter up to 10 keywords for every entry, and you can have 10 ads.
  92.  
  93.     Notice: The keywords are CASE SENSITIVE!
  94.     ----------------------------------------
  95.     
  96.   [UTILITY PATHS]  
  97.  
  98.     Here you MUST supply the FULL path of your PKzip, PKunzip, StripAv and
  99.     Recom utilities! Even though you supply the full path, the programs MUST
  100.     BE IN A DIRECTORY IN YOUR PATH!
  101.     
  102.     
  103.   [PATHS TO SCAN]
  104.  
  105.     You can enter up to 15 directories, where the specified zip-files will be
  106.     processed. Just enter the full filespec, e.g C:\LEECH\*.ZIP.
  107.  
  108.  
  109.   [SAVE SETUP]
  110.   
  111.     Saves the current configuration to a file named ZPROCESS.CFG.
  112.     
  113.     
  114.   [ABOUT...]
  115.   
  116.     You figure it out.
  117.  
  118.  
  119. ** START **
  120.  
  121.   [START OPERATION]
  122.   
  123.     Starts processing the files. Output from the integrity test is saved in the
  124.     file ZPROCESS.LST and the output from the removing of Random Ads is saved
  125.     in the file RANDOM.LST.
  126.  
  127.  
  128. ** QUIT **
  129.  
  130.   [BACK TO DOS]
  131.   
  132.     Terminates the program.
  133.  
  134.  
  135. --- End of Doc ---
  136.  
  137. If you want to get in touch with me, call our World HQ, Pentium, and leave me
  138. mail. Fan mail can also be sent by snail-mail to
  139.  
  140.                               DOMiNATORS
  141.                               P.O.BOX 171
  142.                               DK-4300 HOLBAEK
  143.                               DENMARK
  144.  
  145. Later, Drake...
  146.