home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / automa.zip / VERS.BAT < prev   
DOS Batch File  |  1993-06-25  |  269b  |  15 lines

  1. @echo off
  2.  
  3. :Vers.bat  -  Uses PKZIP to archive current version of application
  4. :             in "vers" sub-directory.
  5.  
  6. if  .%1 == .  goto: no_zip
  7.     @PkZip vers\%1.zip @FILES.LST -P
  8. goto :end
  9.  
  10. :no_zip
  11.     echo Syntax is:  VERS (zip_file_name).
  12. goto :end
  13.  
  14. :end
  15.