home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / clear11e.zip / OneDrvZp.cmd < prev    next >
OS/2 REXX Batch file  |  2000-03-26  |  333b  |  13 lines

  1. @rem zipping one drive
  2. @rem executed by the REXX program for each drive letter
  3. e %1.txt
  4. zip %1 -@ <%1.txt
  5. dir %1.zip
  6. pause press Ctrl-C if you don't want to split the big zipfile
  7. ren %1.zip %1_.zip
  8. zipsplit -n 1450000 %1_
  9. del %1_.zip
  10. @rem delete EXIT command if the cmdline window shall not be closed
  11. exit 
  12. dir %1_?.zip
  13.