home *** CD-ROM | disk | FTP | other *** search
- .name
- projects-hardware
- .short
- Reviews of hardware projects.
- .description
- Reviews of hardware projects.
- .described-by
- fnf@amigalib.com
- .author
- Various; maintained by Daniel Barrett
- .aminet-dir
- docs/rview
- .execute
- set choice `RequestChoice "Hardware Projects 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
-