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

  1. .name
  2. bsplit
  3. .type
  4. CLI Tool
  5. .short
  6. Split files into pieces by byte count
  7. .description
  8. Split binary files into managable pieces as specified by a byte count.
  9. Similar to the UNIX "split" program, which works with lines, not
  10. bytes.
  11. .version
  12. 1.0
  13. .date
  14. .author
  15. P. Knoppers
  16. .restrictions
  17. .requirements
  18. .reference
  19. .keywords
  20. .distribution
  21. Copyrighted but Freely Redistributable
  22. .price
  23. .address
  24. P. Knoppers
  25. Bilderdijkhof 59
  26. 2624 ZG  Delft
  27. The Netherlands
  28. .email
  29. .phone
  30. .fax
  31. .exectype
  32. .installsize
  33. .source
  34. .construction
  35. .tested
  36. .docs
  37. .described-by
  38. Fred Fish (fnf@fishpond.cygnus.com)
  39. .submittal
  40. Received over usenet.
  41. .execute
  42. set choice `RequestChoice "Bsplit" "Please select an option" "View Posting" "View Source" "Cancel"`
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool bsplit.posting TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   MetaTool bsplit.c TEXT
  53. endif
  54. .aminet-dir
  55. util/misc
  56.