home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- ECHO Beginning installation of IRIS now ...
- ECHO.
- ECHO Installing IRIS from drive %1 to drive %2
- PAUSE
- MD %2:\IRIS
- COPY %1:*.* %2:\IRIS
- ECHO.
- ECHO You should now edit AUTOEXEC.BAT to include \IRIS in the PATH
- ECHO environment variable. This will allow you to invoke IRIS from
- ECHO any directory. This completes the IRIS installation.