home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1114.lha / Programs / SetBuffers / Product-Info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.2 KB  |  61 lines

  1. .name
  2. SetBuffers
  3. .type
  4. OS Utility
  5. .short
  6. GUI based AddBuffers with device info
  7. .description
  8. SetBuffers is a simple tool for setting the amount of buffers
  9. for each device in your system. It is a logical extension of
  10. the addbuffers command.
  11. .version
  12. 1.28
  13. .date
  14. 1995.07.15
  15. .author
  16. AUSTEX SOFTWARE
  17. .requirements
  18. Requires OS2.04+
  19. .distribution
  20. Copyrighted but Freely Redistributable
  21. .address
  22. P.O.BOX 48
  23. KIRWAN, QUEENSLAND 4817
  24. AUSTRALIA.
  25. .email
  26. Stephen.Smith@jcu.edu.au
  27. .docs
  28. documents/Legal.README
  29. documents/SetBuffers.doc
  30. documents/SetBuffers.guide
  31. .described-by
  32. Dan Fish (daf@starfish.amigalib.com)
  33. .submittal
  34. Downloaded via ftp from wuarchive.wustl.edu.
  35. .execute
  36. LAB Start
  37. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  38. if $choice GT "0"
  39.   if $choice EQ "1"
  40.     MetaTool documents/SetBuffers.doc TEXT
  41.   else
  42.     if $choice EQ "2"
  43.       cd documents
  44.       MetaTool Setbuffers.guide GUIDE
  45.       cd /
  46.     else
  47.       if $choice EQ "3"
  48.         Installer Install SetBuffers AVERAGE
  49.       else
  50.         if $choice EQ "4"
  51.           assign libs: libs/ ADD
  52.           SetBuffers
  53.         endif
  54.       endif
  55.     endif
  56.   endif
  57.   skip Start BACK
  58. endif
  59. .aminet-dir
  60. util/wb
  61.