home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / inf / product-info < prev   
Fred Fish's Product-Info  |  1995-10-22  |  818b  |  51 lines

  1. .name
  2. Inf
  3. .type
  4. OS Utility
  5. .short
  6. Extended AmigaDOS INFO command
  7. .description
  8. Display's extended information about the file system(s).
  9. .version
  10. 1.35
  11. .date
  12. 1994.11.18
  13. .author
  14. Trevor Andrews
  15. .reference
  16. GoldFish-Vol2-1:Files/util/cli/Inf/
  17. 1.34
  18. FreshFish-Vol5:New/util/cli/Inf/
  19. 1.32
  20. .distribution
  21. Copyrighted but Freely Distributable
  22. .email
  23. tna@expert.cc.purdue.edu
  24. .address
  25. Imagine Software, Inc.
  26. 1218 South 5th Street
  27. Lafayette, IN  47905-1716
  28. .docs
  29. Inf.doc
  30. .described-by
  31. Dan Fish (daf@daffy.amigalib.com)
  32. .submittal
  33. Submitted electronically directly by the author.
  34. .aminet-dir
  35. util/cli
  36. .execute
  37. set choice `RequestChoice "Inf" "Please select an option" "View Doc" "Run Program" "Cancel"`
  38.  
  39. if $choice EQ "0"
  40.   quit 5
  41. endif
  42.  
  43. if $choice EQ "1"
  44.   MetaTool Inf.doc TEXT
  45. endif
  46.  
  47. if $choice EQ "2"
  48.   path "" ADD
  49.   newcli
  50. endif
  51.