home *** CD-ROM | disk | FTP | other *** search
- uucat(tm) v0.0
-
- This program will concatonate a set of uuencoded files into one file,
- stripping out the headers and footers. To do this, it assumes the
- headers and footers used in c.b.i.p. This program will not order
- the parts, i.e. first come, first served.
-
- Examples:
-
- 1) uucat yall y1 y2 y3 y4 y5
-
- Will concatonate y1, y2, y3, y4, and y5 into a file named yall.
-
- 2) uucat yall y?
-
- Will concatonate all files, y? into a file named yall. If the files
- y1, y2, y3, y4, y5, and y10 were in the current directory, then all
- the files except y10 would be put into yall.
-
- 3) uucat yall y*
-
- Will concatonate all files, y? into a file named yall. If the files
- y1, y2, y3, y4, y5, and y10 were in the current directory, then all
- the files would be put in yall.
-
- Note: The order the files would be put in would be:
-
- y1, y10, y2, y3, y4, y5
-
- 4) uucat yall y? y1?
-
- Will concatonate all files, y? and y1? into a file named yall. If the files
- y1, y2, y3, y4, y5, and y10 were in the current directory, then all
- the files would be put in yall.
-
- Note: The order the files would be put in would be:
-
- y1, y2, y3, y4, y5, y10
-
-
- __You are responsible for knowing what you are doing with this tool.__
-
- (See the disclaimer in uucat.c).
-
- The executable version of uucat included in this distribution was
- compiled with Borland C++ v2.0. There is no c++ code in it though.
- The executable was complied with the -v -M -f- -ml -1- options.
- Thus it should run on any XX86 system. If not, compile it yourself.
-
- FILES INCLUDED IN THIS DISTRIBUTION
-
- -- uucat.c v0.0, all you need, besides a compiler,
- to do it yourself
- -- uucat.doc, this file
- -- uucat.exe v0.0, an executable form of uucat.c v0.0
-
- __You are responsible for knowing what you are doing with this tool.__
-
- (See the disclaimer in uucat.c).
-
- Finally:
-
- While I included the source, I am not giving it away. I reserve all
- rights to it. Feel free to copy it, modify it, and distribute it.
-
- Don't feel free to charge anyone for it though. I'm not asking anyone
- for any money for it, I wrote it for myself. If you get any use out
- of it, and really feel that you should send me money, please do either
- one of the two following actions:
-
- 1) Send the money to some Shareware Author whose work you really
- admire. I'm sure that I used their product at one time.
-
- 2) Find a charity you whose work you admire. I'm sure that they
- can use your money more than I could.
-
- Also understand though that I am not responsible for any modifications
- made by anyone else. I am also not responsible for any damages
- incurred by this product. I have used it on my own machine, and I
- wouldn't distribute it if it had caused serious harm to my disks.
-
- Constructive critisms, or bug reports, can be sent to tdh@drd.com
-
- COPYRIGHT: This program is the sole property of Thomas D. Haynes.
- Copyright 1991.