This file is a utility for PKZIP...
     Written in C langauge.
     This file will build a zip file with the flagged files to a 
     specific file size.  

     Usage:

          BLDZIP    <file size (k)>    <Zip Filename>      <file specs>

     Example:

          BLDZIP  1440  Gif  *.gif
               ***  This builds a zip file called Gifx.ZIP with a file size
                    of +- 1,400k.   Where x is either A, B, C, D and so on!

          BLDZIP  360 TEXT *.txt
               ***  This builds a zip file called TEXTx.ZIP with a file 
                    size of about 360k.  Where x, again, is either A, 
                    B, . . . Z.


          If you like this program, please let me know!!
               Send mail to:

                Via VAX:     00KMSAYLOR@VIRGO.BSUVC.BSU.EDU    
                Via Unix:    MYSTIK@BSU-CS.BSU.EDU



