with various amounts of Chip and Fast RAM, with and without MMU or FPU,
with and without harddisk. Hundreds of french users tested program.
.docs
Lisez-moi
ABank_Français/ABank.doc
ABank_Français/ABank.guide
Read_me
ABank_English/ABank.doc
ABank_English/ABank.guide
Lies_mich
ABank_German/ABank.doc
ABank_German/ABank.guide
.described-by
David Gaussinel
.submittal
Submitted on disk directly by the author.
.execute
set choice `RequestChoice "ABank" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Français" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
if $choice2 EQ "1"
cd ABank_Deutsch
MetaTool ABank.doc TEXT
cd /
endif
if $choice2 EQ "2"
cd ABank_English
MetaTool ABank.doc TEXT
cd /
endif
if $choice2 EQ "3"
cd ABank_Français
MetaTool ABank.doc TEXT
cd /
endif
endif
if $choice EQ "2"
set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Français" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
if $choice2 EQ "1"
cd ABank_Deutsch
MetaTool ABank.guide GUIDE
cd /
endif
if $choice2 EQ "2"
cd ABank_English
MetaTool ABank.guide GUIDE
cd /
endif
if $choice2 EQ "3"
cd ABank_Français
MetaTool ABank.guide GUIDE
cd /
endif
endif
if $choice EQ "3"
set choice2 `RequestChoice "Language Selection" "Please select a language" "Deutsch" "English" "Français" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
assign libs: "" ADD
if $choice2 EQ "1"
;apparently, the Deutsch version of ABank is missing
set choice3 `RequestChoice "Sorry!" "The Deutsch version of ABank is*Napparently missing from this dist-*Nribution. Starting English version instead." "OK" "Cancel"`
if $choice3 EQ "0"
quit 0
endif
cd ABank_English
ABank
cd /
endif
if $choice2 EQ "2"
cd ABank_English
ABank
cd /
endif
if $choice2 EQ "3"
cd ABank_Français
ABank
cd /
endif
endif
.stored-in
GoldFish-Vol3:Files/biz/misc/ABank/
.pi-file
GoldFish-Vol3:Files/biz/misc/ABank/Product-Info
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
ABC-Patterns
.type
Picture
.short
Backdrop patterns + Construction kit
.description
ABC-PATTERNS is a pattern-collection for the Amiga Workbench.
NEW: Now ABC-PATTERNS is a Construction Kit!!!
There are 36 patterns in this collection, which are designed
for an 8-color Workbench Screen. The colors should be similar
THOR is a offline message reader developed for saving online time while
connected to BBS systems, and for building and maintaining a database of
the messages from the boards. The message database has true history and
threading, fast searching, mark and keep options. Each board has a user
database with all users which has written messages. This user database can
be used when sending messages. There is an optional internal fullscreen
editor. The editor has all features needed for message editing. Both THOR
and the internal editor have ARexx ports. THOR is fully compliant to the
Style Guide with a resizeable, font-sensitive and configurable user
interface. Supports new 3.0 features (newlook menus, memory pools,
interleaved screens, 24 bit palette,....). Many useful utilities are
included.
.version
2.1
.date
1995.09.11
.author
Petter Nilsen
.reference
FreshFish-Jul94:New/comm/mail/THOR/
1.22
.address
Strandveien 59B
N-9007 TROMSOE
NORWAY
.email
pettern@powertech.no
.author
Eivind Nordseth
.address
Herman Krags Vei 17-21
N-7035 TRONDHEIM
NORWAY
.email
eivindno@idt.unit.no
.requirements
WB2.04 (V37), 1MB free memory and a hard-drive.
.distribution
Shareware
.price
$30(US), NOK 265.
.described-by
Eivind Nordseth (eivindno@idt.unit.no)
Petter Nilsen (pettern@powertech.no)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
comm/mail
.execute
set choice `RequestChoice "Thor" "Please select an option" "View Readme" "Install Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool THOR21.readme TEXT
endif
if $choice EQ "2"
set choice2 `RequestChoice "Install Thor" "Install new or Update old version of Thor" "Install New" "Update Old" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
run >nil: RequestChoice "Advice!" "The installation script will ask you to install bbs*Nand/or internet specific utilities. If you decide*Nto do so, the paths for these archives are:*N*N GoldFish-Vol3:Files/comm/mail/Thor/thor21_bbs.lha*N GoldFish-Vol3:Files/comm/mail/Thor/thor21_inet.lha" "OK"