home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / quot210s.zip / xtype / package.cmd next >
OS/2 REXX Batch file  |  1998-12-12  |  149b  |  5 lines

  1. @echo off
  2. zip -9 -u xt100s.zip src\*.c src\*.h src\Makefile
  3. zip -9 -u xt100s.zip doc\*.htm doc\*.txt readme.txt
  4. zip -9 -u xt100s.zip package.cmd
  5.