A command-line Windows utility that replaces FIND and FINDSTR as a means of quickly parsing BrainWave script configuration files in order to capture relevant environment variables for use in Windows shell scripts.
-f, --full-config ......... Obtain variables from a full config file containing scriptname/variable/value entries.
-m, --mini-config ......... Obtain variables from a mini config file containing only variable/value entries.
-n, --no-parsing .......... Read and display all lines of the config file that do not begin with ";".
-a, --get-all, -g ......... Process ALL variables, not just the ones which match the current scriptname.
-s, --search .............. Return a specific variable, if it exists.
-k, --key ................. Use the first entry as a key, and return all values matching the key.
-p, --partial-match ....... Modifies the -F, -S and -K searches to be partial match instead of exact match.
-x, --ext, --extended ..... Include lines starting with the "&" key, which represents default values.
For more details, see:
READCONFIG /??
Tested on Windows XP, 7, 8, 8.1, 10, and 11 (both x86 and x64)
Tested on Windows 2003, 2008-R2, 2012-R2, 2016, 2019, and 2022 (both x86 and x64)
Comments