home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / reviews / hardware / graphics / product-info < prev    next >
Encoding:
Text File  |  1995-10-22  |  666 b   |  32 lines

  1. .name
  2. graphics-hardware
  3. .short
  4. Reviews of graphics hardware
  5. .description
  6. Reviews of graphics hardware:
  7.  
  8.     Animation accelerators
  9.     Graphics cards
  10.     Video digitizers
  11.     etc.
  12. .described-by
  13. fnf@amigalib.com
  14. .author
  15. Various; maintained by Daniel Barrett
  16. .aminet-dir
  17. docs/rview
  18. .execute
  19. set choice `RequestChoice "Graphics Hardware Reviews" "Please select an option" "Read Review" "Cancel"`
  20. if $choice EQ "0"
  21.   quit 5
  22. endif
  23.  
  24. if $choice EQ "1"
  25.   set filechoice `RequestFile TITLE "Select Review" REJECTPATTERN "(#?.info|Product-Info)"`
  26.   set dirchoice `pathname $filechoice`
  27.   set filechoice `basename $filechoice`
  28.   failat 21
  29.   cd $dirchoice
  30.   MetaTool $filechoice TEXT
  31. endif
  32.