home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.3 KB | 64 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- SSLib
- .fullname
- Special Support Library
- .type
- Shared Library
- .short
- Shared library of support functions
- .description
- A shared library containing functions for:
-
- * Program startup and exit
- * Miscellaneous services
- * General tracking services
- * Special tracking services
- * File operations
- * Hashed trees
- * Filename manipulation
- * Next generation of names ...
- * Private functions allowing SS extensions
- * Memory allocation with pools
- * Sorting and misc
- * Buffered I/O
- * ...And some additional services
- .version
- 5.103
- .date
- 1994.12.12
- .author
- Martin Mares
- .distribution
- Copyrighted but Freely Redistributable
- .email
- mjsoft@k332.feld.cvut.cz>.
- .docs
- SSLib.doc
- SSDiag.doc
- SSMac.doc
- TExtract.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/libs
- .execute
- set choice `RequestChoice "SSLib" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" PATTERN "#?.doc"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
-