home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / stripbit.arj / STRIPBIT.DOC next >
Encoding:
Text File  |  1992-01-23  |  1.5 KB  |  60 lines

  1.                   STRIPBIT V1.0
  2.  
  3.                          Copyright (c) 1991/1992
  4.                      Vortex Systems/Stephen J. Marett
  5.  
  6.  
  7. Stripbit is a small program to convert individual characters in a file to
  8. other characters. Stripbit is command line sensitive, you must supply at
  9. minimum a source and destination filename. Optional information on the
  10. command line is the function type OR/XOR/AND followed by the hex number to
  11. use with the function. To get help, just type;
  12.  
  13.         STRIPBIT ?
  14.  
  15.     
  16. The default condition (this one following) always ANDS with 7F.
  17. Standard minimum requirements to convert a file are;
  18.  
  19.     AND all characters in MYFILE.LST with hex 7F and save result in
  20.     MYFILE.TST;
  21.     
  22.         STRIPBIT MYFILE.LST MYFILE.TST
  23.  
  24.  
  25. Functions are optional;
  26.     
  27.     AND all characters in MYFILE.LST with hex 20 and save result in
  28.     MYFILE.TST;
  29.     
  30.         STRIPBIT MYFILE.LST MYFILE.TST A20
  31.  
  32.     XOR all characters in MYFILE.LST with hex 20 and save result in
  33.     MYFILE.TST;
  34.     
  35.         STRIPBIT MYFILE.LST MYFILE.TST X20
  36.  
  37.     OR all characters in MYFILE.LST with hex 20 and save result in
  38.     MYFILE.TST;
  39.  
  40.         STRIPBIT MYFILE.LST MYFILE.TST O20
  41.  
  42.  
  43.  
  44. ***** DISCLAIMER *****
  45.  
  46. No warranties are expressed or implied. I/we/Vortex assume no liability
  47. whatsoever for any damages of any kind resulting from the use or mis-use
  48. of this program.
  49.  
  50.  
  51. That's it... any suggestions, drop me a card at
  52.  
  53. Steve Marett/Vortex Systems
  54. 20 Roosevelt Drive
  55. Ajax, Ontario, Canada.
  56. L1S-2L2.
  57.  
  58. or you can leave me e-mail on Rose Media, DEVNET DV-Prolog, conf 879 @
  59. (416) 733-2285.
  60.