home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / regit124.zip / PREPSHAD.BAT < prev    next >
DOS Batch File  |  1995-05-24  |  386b  |  12 lines

  1. @echo off
  2. cls
  3. echo This should be run in the directory with the Shadow Board EXE files.
  4. echo Also, you MUST have UNP 3.15 (supplied with Register It! 1.23) in the
  5. echo current directory or in the PATH for this to work.  If you wish to abort,
  6. echo then press Ctrl-C now...
  7. echo  
  8. pause
  9. echo Decompressing SHADOW1.EXE...
  10. unp e SHADOW1 >nul
  11. echo Done decompressing SHADOW1.EXE!
  12.