home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
reviews
/
hardware
/
debug
/
product-info
next >
Wrap
Text File
|
1995-10-22
|
612b
|
27 lines
.name
debug-hardware
.short
Reviews of hardware debugging aids.
.description
Reviews of hardware debugging aids.
.described-by
fnf@amigalib.com
.author
Various; maintained by Daniel Barrett
.aminet-dir
docs/rview
.execute
set choice `RequestChoice "Debugging Hardware 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