home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / libs / sslib / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.3 KB  |  64 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. SSLib
  6. .fullname
  7. Special Support Library
  8. .type
  9. Shared Library
  10. .short
  11. Shared library of support functions
  12. .description
  13. A shared library containing functions for:
  14.  
  15.   * Program startup and exit
  16.   * Miscellaneous services
  17.   * General tracking services
  18.   * Special tracking services
  19.   * File operations
  20.   * Hashed trees
  21.   * Filename manipulation
  22.   * Next generation of names ...
  23.   * Private functions allowing SS extensions
  24.   * Memory allocation with pools
  25.   * Sorting and misc
  26.   * Buffered I/O
  27.   * ...And some additional services
  28. .version
  29. 5.103
  30. .date
  31. 1994.12.12
  32. .author
  33. Martin Mares
  34. .distribution
  35. Copyrighted but Freely Redistributable
  36. .email
  37. mjsoft@k332.feld.cvut.cz>.
  38. .docs
  39. SSLib.doc
  40. SSDiag.doc
  41. SSMac.doc
  42. TExtract.doc
  43. .described-by
  44. Dan Fish (daf@starfish.amigalib.com)
  45. .submittal
  46. Downloaded via ftp from wuarchive.wustl.edu.
  47. .aminet-dir
  48. util/libs
  49. .execute
  50. set choice `RequestChoice "SSLib" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  51.  
  52. if $choice EQ "0"
  53.   quit 5
  54. endif
  55.  
  56. if $choice EQ "1"
  57.   set filechoice `RequestFile TITLE "Select File" PATTERN "#?.doc"`
  58.   set dirchoice `pathname $filechoice`
  59.   set filechoice `basename $filechoice`
  60.   failat 21
  61.   cd $dirchoice
  62.   MetaTool $filechoice TEXT
  63. endif
  64.