home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- if exist c:\simon2\simon2.bat goto installed
-
- echo This is the first time that you have run this game.
- echo Setup will now be run.
- pause
-
- rem One time only installation
- install
-
- :installed
- c:\
- cd\simon2
- simon2
-
-