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

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