home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cdity
/
runlist3
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-22
|
1KB
|
56 lines
.name
RunList3
.type
OS Utility
.short
Commodity to run programs from a list.
.description
RunList3, RunList3N, are small tools helping to run programs. They
are all the same, differ only by size in order to meet ones need.
They are the update of RunList2. RunList3i, RunList3Ni are the same
as RunList3 and RunList3N but are specially made for
Interlace-screens.
.version
3
.date
1995.04.25
.author
Heinz Reinert
.requirements
OS 2.0+
.distribution
Copyrighted but Freely Redistributable
.address
Orleansstr. 55
D-31135 Hildesheim
Germany
.source
C source included
.docs
RunList.Lesen
RunList.Readme
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/cdity
.execute
set choice `RequestChoice "RunList3" "Please select an option" "View ReadMe" "View Lesen" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool RunList.Readme TEXT
endif
if $choice EQ "2"
MetaTool RunList.Lesen TEXT
endif
if $choice EQ "3"
assign s: s/ ADD
run WBStartup/RunList3
endif