home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- GOTO MENU
- :MENU
- cls
- echo ╔═══════════════════════════════════════════════════════════════╗
- echo ║ The Vikings . . . ║
- echo ║ To Quit this game, hold down Alternate and X (ALT)+(X) ║
- echo ╚═══════════════════════════════════════════════════════════════╝
- echo
- pause
- cls
- vikings
-
-