home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
rexx
/
arexxsupervisor
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-23
|
1KB
|
61 lines
.name
ARexxSupervisor
.type
Developement Software
.short
Tool to test/debug ARexx interfaces
.description
ARexxSupervisor is mainly a tool for the developpers of you who want to
integrate and properly test/debug ARexx interfaces in their programs.
ARexxSupervisor provides a means of mouse-controlling the data that is sent
to a valid ARexx port. Be careful however, it is easy to make destructive
actions or provoke deadlocks or gurus.
.version
1.20
.author
F.DELACROIX
.requirements
OS 2.04+
reqtools.library V38+
errormsg.library V4.0+
ARexx
amigaguide.library for online help
.distribution
Shareware
.price
$10
.address
Frederic DELACROIX
5 rue d'Artres
59269 QUERENAING
FRANCE, EARTH
.docs
ARexxSupervisor.Guide
ARexxSupervisor.GuideFra
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/rexx
.execute
set choice `RequestChoice "ARexxSupervisor" "Please select an option" "View English Guide" "View French Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool ARexxSupervisor.Guide GUIDE
endif
if $choice EQ "2"
MetaTool ARexxSupervisor.GuideFra GUIDE
endif
if $choice EQ "3"
assign libs: "" ADD
ARexxSupervisor
endif