home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 456 / UNPRED.BAT < prev    next >
DOS Batch File  |  1992-07-11  |  932b  |  27 lines

  1. @echo off
  2. echo You must be running this from the hard disk directory where you
  3. echo have copied the files for The Dezerian Assignment.  Press Ctrl-C
  4. echo if this is not the case, any other key to proceed.....
  5. pause
  6. if not exist images.pck goto nofiles
  7. echo Beginning to unpack 1st of 7 files...
  8. decomp reddoc.pck redkey.doc
  9. echo Beginning to unpack 2nd of 7 files...
  10. decomp images.pck images
  11. echo Beginning to unpack 3rd of 7 files...
  12. decomp svtemp.pck svtemp
  13. echo Beginning to unpack 4th of 7 files...
  14. decomp svimg.pck svimg
  15. echo Beginning to unpack 5th of 7 files...
  16. decomp exclaim.pck exclaim
  17. echo Beginning to unpack 6th of 7 files...
  18. decomp hrdezmai.pck hrdezmai.pcx
  19. echo Beginning to unpack 7th of 7 files...
  20. decomp hrdz2_1.pck hrdz2_1.pcx
  21. echo Through with unpacking.
  22. goto end
  23. :nofiles
  24. echo The packed files are not available.  You have to copy them back to
  25. echo the hard disk to unpack them.
  26. :end
  27.