home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / true / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  952 b   |  54 lines

  1. .name
  2. true
  3. .type
  4. CLI Tool
  5. .short
  6. Simple versions of 'true' and 'false'
  7. .description
  8. Trivially simple versions of "true" and "false" UNIX
  9. like shell commands, for cases where the shell in use
  10. has no equivalent builtin command.
  11. .version
  12. 1.0
  13. .date
  14. .author
  15. Fred Fish
  16. .restrictions
  17. .requirements
  18. .reference
  19. .keywords
  20. .distribution
  21. Public Domain
  22. .price
  23. .address
  24. .email
  25. .phone
  26. .fax
  27. .exectype
  28. .installsize
  29. .source
  30. Includes source in C.
  31. .construction
  32. .tested
  33. .docs
  34. .described-by
  35. Fred Fish (fnf@fishpond.cygnus.com)
  36. .submittal
  37. Submitted electronically directly by the author.
  38. .execute
  39. set choice `RequestChoice "True/False" "Please select an option" "View Source" "Cancel"`
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   set filechoice `RequestFile TITLE "Select File" PATTERN="(#?.c|#?.h)"`
  46.   set dirchoice `pathname $filechoice`
  47.   set filechoice `basename $filechoice`
  48.   failat 21
  49.   cd $dirchoice
  50.   MetaTool $filechoice TEXT
  51. endif
  52. .aminet-dir
  53. util/misc
  54.