home *** CD-ROM | disk | FTP | other *** search
- @cls
- @if exist c:\VBDEMO\VBDEMO.EXE goto noinstall
- @echo
- @echo
- @echo This program needs 2.6 MB on your harddisk.
- @echo
- @echo
- @echo Please install in the path given, to start the game properly
- @echo
- @echo Press CTRL-BREAK NOW to stop this game to be installed!!
- @echo
- @echo
- @pause
- @MD C:\VBDEMO
- @XCOPY . C:\VBDEMO
- :noinstall
- @c:
- @cd \VBDEMO
- @VBDEMO
- :end
- @d:
- @cd \
- @menu
-