home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / palrun.zip / PALHOUSE.ZIP / PALVIEW.BAT < prev   
DOS Batch File  |  1989-10-04  |  567b  |  12 lines

  1. @echo off
  2. rem   This batch file is designed for use with PALRUN in order to
  3. rem   show what files you have in the PALHOUSE.ZIP that PALRUN uses.
  4. rem   The usage is
  5. rem               PALVIEW %1 %2
  6. rem   where %1 = the filespec that you want to check on
  7. rem   and %2 = the sort specifications that PKZIP(tm) permits.
  8. rem   Remember to change the "E:\UTIL\PALHOUSE.ZIP" below to the
  9. rem   full path and name of the PALHOUSE.ZIP that YOU are using.
  10. echo  Use CTRL-S to pause the display.  Then any key to resume scrolling.
  11. pkzip -v%2  E:\UTIL\PALHOUSE.ZIP %1
  12.