home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / game / demo / demofob / product-info < prev    next >
Encoding:
Text File  |  1995-10-25  |  647 b   |  36 lines

  1. .name
  2. DemoFOB
  3. .type
  4. Game
  5. .short
  6. Fields of Battle (Demo Version)
  7. .description
  8. Demo version of Fields of Battle, a strategic warfare series.
  9. .version
  10. demo
  11. .author
  12. Bevelstone Production I/S
  13. .submittal
  14. Downloaded from wuarchive.wustl.edu.
  15. .described-by
  16. Fred Fish (fnf@amigalib.com)
  17. .aminet-dir
  18. game/demo
  19. .execute
  20. set choice `RequestChoice "Fields of Battle demo" "Please select an option" "License" "ReadMe" "Vendor.txt" "Run" "Cancel"`
  21. if $choice EQ "0"
  22.   quit 5
  23. endif
  24. if $choice EQ "1"
  25.   MetaTool license.txt TEXT
  26. endif
  27. if $choice EQ "2"
  28.   MetaTool read.me TEXT
  29. endif
  30. if $choice EQ "3"
  31.   MetaTool vendor.txt TEXT
  32. endif
  33. if $choice EQ "4"
  34.   FOB
  35. endif
  36.