home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / 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.