reg.exe: Add query function

Hugh McMaster hugh.mcmaster at masterindexing.com
Thu Aug 1 08:44:26 CDT 2013


This patch builds significantly on the query function stub in programs/reg.exe. The patch includes recursion for subkeys.

Some examples of usage:

wine reg.exe query "HKCU"
wine reg.exe query "HKCU\Console"
wine reg.exe query "HKCU\Console" /v "ScreenSize"
wine reg.exe query "HKCU\Software" /s

---
 programs/reg/reg.c |  232 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 221 insertions(+), 11 deletions(-)


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-reg-query.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130801/d7afaa8e/attachment.txt>


More information about the wine-patches mailing list