home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- echo ┌───────────────────────────────────────────────────────────────────────────┐
- echo │ ARC+ Render Installation Ver. 2.10 │
- echo │ Graffiti Software Industries Ltd. Release 1 │
- echo └───────────────────────────────────────────────────────────────────────────┘
- if .%1 == . goto nodisk
- if .%2 == . goto nodisk
- if not exist %2\arca\mainp.exe goto noarc
- if exist %2\arca\ver6_2.ver goto chkspc
- if exist %2\arca\ver6_6.ver goto chkspc
- if exist %2\arca\ver7*.ver goto chkspc
- goto oldver
- :chkspc
- %1\ginstutl freedisk %2 10000000
- if errorlevel=1 goto nospc
- :scopy
- echo HThis program installs ARC+ Render on ARC+ Version 6.2 and higher
- echo 1H
- echo ╔═══════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ╚═══════════════════════════════════════════════════════════════════════════╝
-
- copy %1\grinst.bat %2\arca\grinst.bat >nul
- copy %1\ginstutl.exe %2\arca\ginstutl.exe >nul
- %2:
- cd \arca
- grinst %1 %2 %3
- goto :end
-
- :nodisk
- echo 4HSource / Target drive not defined;
- echo 1HType '[s]:install s: d:' to restart the installation process.
- echo 1 │ │ │
- echo 1 ├──────────┘ └ destination
- echo 1 └─ source
- pause
- goto end
- :noarc
- echo 1HARC+ must be installed on the destination disk before installing
- echo 1Hthe update!
- pause
- goto end
- :nospc
- echo 1HInsufficient space on target drive (at least 10MB is needed)
- echo 1Please free space on drive and then reinstall
- pause
- goto end
- :bs
- echo 1HBad source disk; %1 does not contain the update diskette!
- pause
- goto end
- :oldver
- echo 1HThis update should be used with ARC+ version 6.2 and higher.
- echo 1HPlease install version 6.2 or higher then restart the update!
- pause
- :end
- cd\
- echo