home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / misc / bdh / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  851b  |  50 lines

  1. .name
  2. BDH
  3. .type
  4. Base converter
  5. .short
  6. base-converter
  7. .description
  8. It's just a base-converter.
  9.  
  10. With the PopCycle gadget you can see your value on a Long Word (L),
  11. a Word (W) or a Byte (B).
  12.  
  13. You can do some left-shift or right-shift with the [<<] or [>>] gadget.
  14. .version
  15. 1.0
  16. .author
  17. Doguet Emmanuel
  18. .requirements
  19. bgui.library
  20. OS2.04
  21. .distribution
  22. Freeware
  23. .address
  24. 4, rue de Cornouailles
  25. 50130 OCTEVILLE
  26. FRANCE
  27. .email
  28. manu@ramses.fdn.org
  29. .docs
  30. BDH_ENG.doc
  31. .described-by
  32. Richard Fish (rjf@amigalib.com)
  33. .submittal
  34. Submitted on disk directly by the author.
  35. .aminet-dir
  36. dev/misc
  37. .execute
  38. LAB Start
  39. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
  40. if $choice GT "0"
  41.   if $choice EQ "1"
  42.     MetaTool BDH_ENG.doc TEXT
  43.   else
  44.     if $choice EQ "2"
  45.       BDH
  46.     endif
  47.   endif
  48.   skip Start BACK
  49. endif
  50.