home *** CD-ROM | disk | FTP | other *** search
- .name
- DemoFOB
- .type
- Game
- .short
- Fields of Battle (Demo Version)
- .description
- Demo version of Fields of Battle, a strategic warfare series.
- .version
- demo
- .author
- Bevelstone Production I/S
- .submittal
- Downloaded from wuarchive.wustl.edu.
- .described-by
- Fred Fish (fnf@amigalib.com)
- .aminet-dir
- game/demo
- .execute
- set choice `RequestChoice "Fields of Battle demo" "Please select an option" "License" "ReadMe" "Vendor.txt" "Run" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool license.txt TEXT
- endif
- if $choice EQ "2"
- MetaTool read.me TEXT
- endif
- if $choice EQ "3"
- MetaTool vendor.txt TEXT
- endif
- if $choice EQ "4"
- FOB
- endif
-