home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
new
/
util
/
wb
/
wbstartup+
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
1KB
|
50 lines
.name
WBStartup+
.type
Workbench Tool
.short
Provides more control over WBStartup
.description
WBStartup+ does the following:
o Lets you choose the order in which the startup programs run.
o Lets you enable and disable the running of each program quickly.
o Allows you to have access to Workbench while all of your
startup programs are being loaded.
.version
1.1
.date
1995.07.16
.author
John Hughes
.requirements
OS3.0+
.distribution
Cardware
.address
901 Highview Rd.
East Peoria, IL 61611 USA
.email
johughes@heartland.bradley.edu
.docs
WBStartup+.guide
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
util/wb
.execute
LAB Start
set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Install Program" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool WBStartup+.guide GUIDE
else
if $choice EQ "2"
Installer Install WBStartup+ EXPERT EXPERT
endif
endif
skip Start BACK
endif