home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist installh.exe goto noinstall
- installh
- if errorlevel 1 goto exit
- if not exist demo.bat goto noinstall
- demo install
- goto exit
- :noinstall
- echo Harvard Graphics for Windows Demo
- echo ===========================================
- echo
- echo Sorry, your Harvard Graphics for Windows
- echo demo disk seems to be missing files. Please
- echo make sure the DOS prompt is set to the drive
- echo containing the demo disk (e.g., "A>").
- echo
- :exit