home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / SX501P1.ZIP / XUNPACK.BAT < prev   
DOS Batch File  |  1993-10-26  |  173b  |  10 lines

  1. @echo off
  2. :
  3. : This is called by the Xpress INSTALL.EXE program.
  4. :
  5. if .%1 == . goto exit
  6. SET PKNOFASTCHAR=Y
  7. PKUNZIP %1 -o -d %2 %3 %4 %5 %6 %7
  8. :EXIT
  9. EXIT ERRORLEVEL
  10.