home *** CD-ROM | disk | FTP | other *** search
- .name
- accelerators-hardware
- .short
- Reviews of accelerator products
- .description
- Reviews of accelerator products:
-
- 68000's faster than 7 MHz
- 68010
- 68020
- 68030
- 68040
- etc.
- .described-by
- fnf@amigalib.com
- .author
- Various; maintained by Daniel Barrett
- .aminet-dir
- docs/rview
- .execute
- set choice `RequestChoice "Accelerator Reviews" "Please select an option" "Read Review" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select Review" REJECTPATTERN "(#?.info|Product-Info)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-