home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
util
/
cdity
/
bexchange
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
2KB
|
81 lines
.name
BGUI-Exchange
.type
OS Utility
.short
BGUI replacement for 'Exchange'
.description
BGUI-Exchange is just a replacement for the workbench commodity 'Exchange'.
It's a commodity manager.
Features:
o Use the bgui.library
o Resizeable
o Keyboard shortcup for listview and buttons
o Open its GUI on the active-screen
.version
1.0
.date
1995.06.08
.author
Doguet Emmanuel
.requirements
bgui.library
OS2.04
.distribution
Giftware
.address
4, rue de Cornouailles
50130 OCTEVILLE
FRANCE
.email
manu@ramses.fdn.org
manu@ramses.telesys-innov.fr
.docs
BGUI-Exchange_Eng.guide
BGUI-Exchange_FR.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
util/cdity
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
set choice2 `RequestChoice "View Guide" "Please select a language" "English" "Francais" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
MetaTool BGUI-Exchange_Eng.guide GUIDE
else
if $choice2 EQ "2"
MetaTool BGUI-Exchange_FR.guide GUIDE
endif
endif
endif
else
if $choice EQ "2"
set choice2 `RequestChoice "Install" "Please select a language" "English" "Francais" "Cancel"`
if $choice2 GT "0"
if $choice2 EQ "1"
Installer Install_English BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log english
else
if $choice2 EQ "2"
Installer Install_Français BGUI-Exchange AVERAGE AVERAGE T:BGUI-Exchange.log français
endif
endif
endif
else
if $choice EQ "3"
assign libs: libs/ ADD
BGUI-Exchange
assign libs: libs/ REMOVE
endif
endif
endif
skip Start BACK
endif