home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if %0a==installa goto all_ok
- if %0a==install.bata goto all_ok
- echo Please run install directly from the CD-ROM base directory...
- goto exit
- :all_ok
- echo Loading install....
- inst\initial.exe
- echo ...install finished
- :exit
-
-
-