home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 9 / UNP90_CD1.ISO / inst_eng.bat < prev    next >
Encoding:
DOS Batch File  |  2000-01-15  |  1.3 KB  |  40 lines

  1. @echo off
  2. echo Unprotect 9.0 - Mini Install
  3. echo ============================
  4. echo If you want to install Unprotect 9.0, please execute the file SETUP.EXE
  5. echo from the main directory of this CD!
  6. echo
  7. echo For the worst case that our install program may fail on your system,
  8. echo we've included this simple batch program.
  9. echo It creates a \UNP90 directory on your drive C: and copies all requiered
  10. echo Unprotect files to this directory.
  11. echo  
  12. echo Press CTRL+C to cancel this mini install program or any other key to
  13. echo start the minimum installation.
  14. echo  
  15. pause
  16. echo Creating directories...
  17. md C:\UNP90 > nul
  18. md C:\UNP90\DATA > nul
  19. echo Copieng files...
  20. copy unp90\unpwin.exe C:\UNP90 > nul
  21. copy unp90\unpwin.hlp C:\UNP90 > nul
  22. copy unp90\unzip32.dll C:\UNP90 > nul
  23. copy unp90\unphexed.exe C:\UNP90 > nul
  24. copy unp90\unphexed.hlp C:\UNP90 > nul
  25. copy unp90\upmconv.exe C:\UNP90 > nul
  26. copy unp90\data\unp90dat.upm C:\UNP90\DATA > nul
  27. copy unp90\data\*.upx C:\UNP90\DATA > nul
  28. echo  
  29. echo The Unprotect 9.0 main program was installed. You can execute it this
  30. echo way:
  31. echo  
  32. echo C:
  33. echo CD \UNP90
  34. echo UNPWIN
  35. echo  
  36. echo If you like, you can move this directory to any folder your want, rename
  37. echo it, create a program group for it or whatever...
  38. echo  
  39. echo The installation was completed successfully!
  40.