home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / reviews / hardware / debug / product-info next >
Text File  |  1995-10-22  |  612b  |  27 lines

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