home *** CD-ROM | disk | FTP | other *** search
- .key ADProDir
-
- failat 30
-
- if not exists <ADProDir>
- echo "Usage: Install [ADPro home Directory]"
- echo "Example: Install adpro:"
- quit
- endif
-
- if not exists <ADProDir>Savers2
- echo "You must specify the last '/'"
- echo "type: Install <ADProDir>/"
- quit
- endif
-
-
-
- version >NIL: <ADProDir>adpro.library 2 13 file
- if warn
- echo "Installing ADPro.library v2.13"
- copy ADPro.library <ADProDir>
- if FAIL
- echo "Installation failed!"
- quit
- endif
- endif
-
-
- version >NIL: <ADProDir>operators2/OpalPaint 1 0
- if warn
- echo "Installing OpalPaint Operator v1.0"
- copy OpalPaint <ADProDir>Operators2
- if FAIL
- echo "Installation failed!"
- quit
- endif
- endif
-
-
- echo "Installation Complete."
-