home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / reviews / hardware / rom-switchers / product-info < prev   
Text File  |  1995-10-22  |  670b  |  28 lines

  1. .name
  2. rom-switchers
  3. .short
  4. Reviews of ROM-switcher devices.
  5. .description
  6. Reviews of ROM-switcher devices that allow an Amiga to run several different
  7. operating system versions.
  8. .described-by
  9. fnf@amigalib.com
  10. .author
  11. Various; maintained by Daniel Barrett
  12. .aminet-dir
  13. docs/rview
  14. .execute
  15. set choice `RequestChoice "ROM Switcher Reviews" "Please select an option" "Read Review" "Cancel"`
  16. if $choice EQ "0"
  17.   quit 5
  18. endif
  19.  
  20. if $choice EQ "1"
  21.   set filechoice `RequestFile TITLE "Select Review" REJECTPATTERN "(#?.info|Product-Info)"`
  22.   set dirchoice `pathname $filechoice`
  23.   set filechoice `basename $filechoice`
  24.   failat 21
  25.   cd $dirchoice
  26.   MetaTool $filechoice TEXT
  27. endif
  28.