|
winprefs 0.4.1
Dump a registry path to a series of 'reg add' commands.
|
Go to the source code of this file.
Functions | |
| wchar_t * | escape_for_batch (const wchar_t *input, size_t n_chars) |
| Escapes a string for a batch file. | |
| wchar_t * escape_for_batch | ( | const wchar_t * | input, |
| size_t | n_chars | ||
| ) |
Escapes a string for a batch file.
| input | Input string. |
| n_chars | Length of the input string in word size. |