home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 877 b | 56 lines |
- .name
- bsplit
- .type
- CLI Tool
- .short
- Split files into pieces by byte count
- .description
- Split binary files into managable pieces as specified by a byte count.
- Similar to the UNIX "split" program, which works with lines, not
- bytes.
- .version
- 1.0
- .date
- .author
- P. Knoppers
- .restrictions
- .requirements
- .reference
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- P. Knoppers
- Bilderdijkhof 59
- 2624 ZG Delft
- The Netherlands
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- .described-by
- Fred Fish (fnf@fishpond.cygnus.com)
- .submittal
- Received over usenet.
- .execute
- set choice `RequestChoice "Bsplit" "Please select an option" "View Posting" "View Source" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool bsplit.posting TEXT
- endif
-
- if $choice EQ "2"
- MetaTool bsplit.c TEXT
- endif
- .aminet-dir
- util/misc
-