home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / cl_101.arj / CL_101.ZIP / CFG / spawnpkt.cmd < prev    next >
Encoding:
Text File  |  1997-04-20  |  177 b   |  9 lines

  1. @echo off
  2. rem CL startup all archivers over this file (defined in COMPRESS.CFG)
  3. rem change to drive
  4. %1
  5. rem change directory
  6. cd %2
  7. rem call archiver
  8. %3 %4 %5 %6 %7 %8 %9
  9.