home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.2 KB | 61 lines |
- .name
- SetBuffers
- .type
- OS Utility
- .short
- GUI based AddBuffers with device info
- .description
- SetBuffers is a simple tool for setting the amount of buffers
- for each device in your system. It is a logical extension of
- the addbuffers command.
- .version
- 1.28
- .date
- 1995.07.15
- .author
- AUSTEX SOFTWARE
- .requirements
- Requires OS2.04+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- P.O.BOX 48
- KIRWAN, QUEENSLAND 4817
- AUSTRALIA.
- .email
- Stephen.Smith@jcu.edu.au
- .docs
- documents/Legal.README
- documents/SetBuffers.doc
- documents/SetBuffers.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool documents/SetBuffers.doc TEXT
- else
- if $choice EQ "2"
- cd documents
- MetaTool Setbuffers.guide GUIDE
- cd /
- else
- if $choice EQ "3"
- Installer Install SetBuffers AVERAGE
- else
- if $choice EQ "4"
- assign libs: libs/ ADD
- SetBuffers
- endif
- endif
- endif
- endif
- skip Start BACK
- endif
- .aminet-dir
- util/wb
-