home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :BEGIN
- acgdemo.exe %1
-
- :WHERE_TO
- if errorlevel 28 goto FINISHED
- if errorlevel 27 goto INSTALL
- goto FINISHED
-
- :INSTALL
- install D
- if errorlevel 1 goto FINISHED
- demo D
-
- :FINISHED
- rem if NOT "%1"=="D" goto THE_END
- rem destall D
-
- :THE_END
-