home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Unprotect 9.0 - Mini Install
- echo ============================
- echo If you want to install Unprotect 9.0, please execute the file SETUP.EXE
- echo from the main directory of this CD!
- echo
- echo For the worst case that our install program may fail on your system,
- echo we've included this simple batch program.
- echo It creates a \UNP90 directory on your drive C: and copies all requiered
- echo Unprotect files to this directory.
- echo
- echo Press CTRL+C to cancel this mini install program or any other key to
- echo start the minimum installation.
- echo
- pause
- echo Creating directories...
- md C:\UNP90 > nul
- md C:\UNP90\DATA > nul
- echo Copieng files...
- copy unp90\unpwin.exe C:\UNP90 > nul
- copy unp90\unpwin.hlp C:\UNP90 > nul
- copy unp90\unzip32.dll C:\UNP90 > nul
- copy unp90\unphexed.exe C:\UNP90 > nul
- copy unp90\unphexed.hlp C:\UNP90 > nul
- copy unp90\upmconv.exe C:\UNP90 > nul
- copy unp90\data\unp90dat.upm C:\UNP90\DATA > nul
- copy unp90\data\*.upx C:\UNP90\DATA > nul
- echo
- echo The Unprotect 9.0 main program was installed. You can execute it this
- echo way:
- echo
- echo C:
- echo CD \UNP90
- echo UNPWIN
- echo
- echo If you like, you can move this directory to any folder your want, rename
- echo it, create a program group for it or whatever...
- echo
- echo The installation was completed successfully!
-