Hopefully "ScriptingTipsAndTricks" helps you with your batch file or vbscript scripting :-)
[Bottom][Contents][Prev]: CTEXT.EXE (colored console output)[Next]: LOG.EXE (echo output without ending the line etc)
\->Useful Programs->My Tools (Tools written by me - Dennis Bareis)->FILTER$.EXE (toolbox)

FILTER$.EXE (toolbox)

This tool is used by the "SetChar()" example.

SYNTAX: FILTER$.EXE

[]-------------------------------------------------------------------------[]
| FILTER$.EXE : Version 01.115, (C)opyright Dennis Bareis 2000              |
| http://www.labyrinth.net.au/~dbareis/index.htm (dbareis@labyrinth.net.au) |
[]-------------------------------------------------------------------------[]

CORRECT SYNTAX:
    (1) Command | FILTER$[.EXE] /Option [...]          [>FileOut] OR
    (2) FILTER$[.EXE] -Option | /Option [...] < FileIn [>FileOut]
    (3) FILTER$[.EXE] /SearchText|/SearchTextCS SearchForText1 ...
OPTIONS:
    /EOF               : Remove Windows EOF characters.
    /Upper             : Convert to upper case.
    /Lower             : Convert to lower case.
    /Reverse           : Reverse chars in lines.
    /Compress          : Compress whitespace to 1 character.
    /Leading           : Remove leading whitespace.
    /AddLine#[:Fmt]    : Add line # Info (default format = "%5lu: ").
    /BlankLine[:Num]   : Specify max blank lines (default = 0).
    /RemoveDupLines    : Remove duplicated lines (case sensitive).
    /TxtToBin[:A|E]    : Create binary file from stdin (default ASCII)!
    /SearchText[CS]    : Return error level if text found (case sensitive?).
    -BinToTxt[:Compact]: Allows binary file patching with a text editor or
                         file compare with resyncronisation after mismatch!
    -HexDump[:A|E|file]: Dump a file using inbuilt or external table.
    -Lf2CrLf           : Converts unix text file to PC format.
SYNTAX ERROR:
    Must have at least one parameter.


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: CTEXT.EXE (colored console output)[Next]: LOG.EXE (echo output without ending the line etc)


ScriptingTipsAndTricks© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Sunday September 07 2014 at 12:50pm
Visit ScriptingTipsAndTricks's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.