home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p034 / 13.ddi / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1993-08-29  |  2.0 KB  |  60 lines

  1. echo off
  2. echo 
  3. echo ┌───────────────────────────────────────────────────────────────────────────┐
  4. echo │ ARC+ Render                     Installation                    Ver. 2.10 │
  5. echo │ Graffiti Software Industries Ltd.                               Release 1 │
  6. echo └───────────────────────────────────────────────────────────────────────────┘
  7. if .%1 == . goto nodisk
  8. if .%2 == . goto nodisk
  9. if not exist %2\arca\mainp.exe goto noarc
  10. if exist %2\arca\ver6_2.ver goto chkspc
  11. if exist %2\arca\ver6_6.ver goto chkspc
  12. if exist %2\arca\ver7*.ver goto chkspc
  13. goto oldver
  14. :chkspc
  15. %1\ginstutl freedisk %2 10000000
  16. if errorlevel=1 goto nospc
  17. :scopy
  18. echo HThis program installs ARC+ Render on ARC+ Version 6.2 and higher
  19. echo 1H
  20. echo ╔═══════════════════════════════════════════════════════════════════════════╗
  21. echo ║                                                                           ║
  22. echo ╚═══════════════════════════════════════════════════════════════════════════╝
  23.  
  24. copy %1\grinst.bat %2\arca\grinst.bat >nul
  25. copy %1\ginstutl.exe %2\arca\ginstutl.exe >nul
  26. %2:
  27. cd \arca
  28. grinst %1 %2 %3
  29. goto :end
  30.  
  31. :nodisk
  32. echo 4HSource / Target drive not defined;
  33. echo 1HType '[s]:install s: d:' to restart the installation process.
  34. echo 1       │          │  │
  35. echo 1       ├──────────┘  └ destination
  36. echo 1       └─ source
  37. pause
  38. goto end
  39. :noarc
  40. echo 1HARC+ must be installed on the destination disk before installing
  41. echo 1Hthe update!
  42. pause
  43. goto end
  44. :nospc
  45. echo 1HInsufficient space on target drive (at least 10MB is needed)
  46. echo 1Please free space on drive and then reinstall
  47. pause
  48. goto end
  49. :bs
  50. echo 1HBad source disk; %1 does not contain the update diskette!
  51. pause
  52. goto end
  53. :oldver
  54. echo 1HThis update should be used with ARC+ version 6.2 and higher.
  55. echo 1HPlease install version 6.2 or higher then restart the update!
  56. pause
  57. :end
  58. cd\
  59. echo 
  60.