home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / shrub / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-22  |  1KB  |  71 lines

  1. .name
  2. Shrub
  3. .type
  4. Workbench Tool
  5. .short
  6. Creates dir listings in a 'tree' format.
  7. .description
  8.   So what the hell is Shrub you ask? A datatbase of all available plants in 
  9. the UK - No. A nifty program that hepls you maintain the temperatures that
  10. plant seeds need to germinate - I don't think so. Shrub creates directory
  11. listings in a "tree" format.
  12.  
  13.   If you have used the "Tree" command of MSDOS then you'll know what I'm on
  14. about. Otherwise here goes an explanation : You select a drawer, every file
  15. within this drawer is displayed in a list, if there are other drawers in this
  16. directory then they too will have their contents displayed, and so on. The
  17. output in the list is formated so that it is easy to understand. Eg:
  18.  
  19.   File1
  20.   File2
  21.   Dir1
  22.     File1.1
  23.     Dir1.1
  24.       File1.1.1
  25.     File1.2
  26.   File3
  27.   File4
  28. .version
  29. 1.14
  30. .date
  31. 1995.04.25
  32. .author
  33. Lee Kindness
  34. .requirements
  35. WB2+
  36. .distribution
  37. Copyrighted but Freely Redistributable
  38. .address
  39. 8 Craigmarn Road
  40. Portlethen Village
  41. Aberdeen AB1 4QR
  42. SCOTLAND
  43. .docs
  44. Distribution.doc
  45. Shrub.Guide
  46. .described-by
  47. Richard Fish
  48. .submittal
  49. downloaded via ftp from Aminet
  50. .aminet-dir
  51. util/cli
  52. .execute
  53. set choice `RequestChoice "Shrub" "Please select an option" "View Readme" "View Guide" "Run Program" "Cancel"`
  54.  
  55. if $choice EQ "0"
  56.   quit 5
  57. endif
  58.  
  59. if $choice EQ "1"
  60.   MetaTool Shrub.readme TEXT
  61. endif
  62.  
  63. if $choice EQ "2"
  64.   MetaTool Shrub.Guide GUIDE
  65. endif
  66.  
  67. if $choice EQ "3"
  68.   path "" ADD
  69.   newcli
  70. endif
  71.