home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / packer / fasti / fasti.doc next >
Text File  |  1993-09-16  |  3KB  |  85 lines

  1.  
  2.         FAST INFLATE v1.2
  3.         Written by Brad Bahr 1993
  4.  
  5.         Distributed as FREEWARE
  6.  
  7.  
  8.         You may use this program as long as you like, providing it is
  9.         not modified and then distributed in any way. Please feel free
  10.         to share this program with your friends and upload to your
  11.         favorite BBS's.
  12.  
  13.         By using this program the user agrees to the following terms:
  14.         The author of this program will not in any way be liable for
  15.         any damages caused by the use or misuse of this program.
  16.         This program is being provided as is with no warranty being
  17.         either expressed or implied. Use at your own risk.
  18.  
  19.  
  20.         Requires PkUnzip.exe & scan.exe
  21.         Put these programs in a directory listed in your path.                    
  22.  
  23.         Program Description:
  24.  
  25.         Fast Inflate is to be used to automatically Unzip all files with
  26.         the extension ZIP in the current directory. The contents of each
  27.         zip file will be put into it's own subdirectory.
  28.  
  29.         How the program works:
  30.         1. The program will look for all filenames with the extension .ZIP
  31.            in the current directory.
  32.  
  33.         2. When the first file is found, it's name will be read and stored
  34.            in a search record. A subdirectory will be created with the same
  35.            name as the zip file.
  36.  
  37.         3. The contents of the zip file will be uncompressed into this
  38.            subdirectory.
  39.  
  40.         4. The program will then look for the next zip file and so on.
  41.  
  42.         5. If you also want to scan the executable files contained in the 
  43.            zip files, just type [ fasti scan ]
  44.            When all the files are unzipped, scan.exe will scan all the files
  45.            in all the new directories created by fasti.
  46.  
  47.         Press the escape key at any time to cancel and return to dos. 
  48.         Ctrl-Break to skip a file that has already been done.
  49.            
  50.  
  51.         Who needs it?
  52.         Anyone who calls BBS's
  53.         As soon as I exit my comm program I usually go to my download
  54.         directory and take a look at all the zip files I just downloaded.
  55.         Fast Inflate makes it simple to try out your new programs.
  56.         Just go to your download directory and type fasti to run the program.
  57.         All the programs will now be uncompressed into their own subdirectory
  58.         for you to look at or try out. If you decide to keep the programs
  59.         you can move them somewhere else or delete them if you don't like
  60.         them. After checking out new programs I usually move all the new zips
  61.         to my upload directory and leave my download directory empty for the
  62.         next time I call a BBS.
  63.  
  64.         This program can also be used in a batch file so everything runs
  65.         automatically. Maybe something like this.
  66.  
  67.         @echo off
  68.         cd\qmodem
  69.         qmodem
  70.         cd\qmodem\downloads
  71.         fasti
  72.         copy *.zip c:\qmodem\uploads
  73.         del *.zip
  74.  
  75.         
  76.  
  77.         Try it out for yourself, I think you'll like how much easier it makes
  78.         BBSing.
  79.  
  80.         Some names mentioned may be trademarks of their respective 
  81.         copyright holders.
  82.  
  83.  
  84.         BHB
  85.