home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / TS1993.ZIP / ENDINST.BAT < prev    next >
DOS Batch File  |  1992-12-16  |  207b  |  10 lines

  1. @echo off 
  2. echo "Expanding Data Files - Please Wait....."
  3. pkunzip -o DBFS.ZIP *.*>junk.txt
  4. pkunzip -o IDX.ZIP  *.*>junk.txt
  5. pkunzip -o RTIME.ZIP *.*>junk.txt
  6. del *.zip
  7. del pkunzip.exe
  8. del junk.txt
  9.  
  10.