home *** CD-ROM | disk | FTP | other *** search
- STRIPBIT V1.0
-
- Copyright (c) 1991/1992
- Vortex Systems/Stephen J. Marett
-
-
- Stripbit is a small program to convert individual characters in a file to
- other characters. Stripbit is command line sensitive, you must supply at
- minimum a source and destination filename. Optional information on the
- command line is the function type OR/XOR/AND followed by the hex number to
- use with the function. To get help, just type;
-
- STRIPBIT ?
-
-
- The default condition (this one following) always ANDS with 7F.
- Standard minimum requirements to convert a file are;
-
- AND all characters in MYFILE.LST with hex 7F and save result in
- MYFILE.TST;
-
- STRIPBIT MYFILE.LST MYFILE.TST
-
-
- Functions are optional;
-
- AND all characters in MYFILE.LST with hex 20 and save result in
- MYFILE.TST;
-
- STRIPBIT MYFILE.LST MYFILE.TST A20
-
- XOR all characters in MYFILE.LST with hex 20 and save result in
- MYFILE.TST;
-
- STRIPBIT MYFILE.LST MYFILE.TST X20
-
- OR all characters in MYFILE.LST with hex 20 and save result in
- MYFILE.TST;
-
- STRIPBIT MYFILE.LST MYFILE.TST O20
-
-
-
- ***** DISCLAIMER *****
-
- No warranties are expressed or implied. I/we/Vortex assume no liability
- whatsoever for any damages of any kind resulting from the use or mis-use
- of this program.
-
-
- That's it... any suggestions, drop me a card at
-
- Steve Marett/Vortex Systems
- 20 Roosevelt Drive
- Ajax, Ontario, Canada.
- L1S-2L2.
-
- or you can leave me e-mail on Rose Media, DEVNET DV-Prolog, conf 879 @
- (416) 733-2285.
-