reactos/rosapps/applications/sysutils/regexpl
James Tabor dd2688a02d - Fix RosApps build.
svn path=/trunk/; revision=54378
2011-11-14 22:14:52 +00:00
..
ArgumentParser.cpp
ArgumentParser.h
Completion.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
Completion.h
Console.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
Console.h
Pattern.cpp
Pattern.h
ph.h - Fix RosApps build. 2011-11-14 22:14:52 +00:00
Prompt.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
Prompt.h
README
regexpl.rbuild
regexpl.rc
RegistryExplorer.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
RegistryExplorer.h
RegistryKey.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
RegistryKey.h
RegistryTree.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
RegistryTree.h
SecurityDescriptor.cpp
SecurityDescriptor.h
Settings.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
Settings.h
ShellCommand.cpp
ShellCommand.h
ShellCommandChangeKey.cpp
ShellCommandChangeKey.h
ShellCommandConnect.cpp
ShellCommandConnect.h
ShellCommandDACL.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandDACL.h
ShellCommandDeleteKey.cpp
ShellCommandDeleteKey.h
ShellCommandDeleteValue.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandDeleteValue.h
ShellCommandDir.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandDir.h
ShellCommandDOKA.cpp
ShellCommandDOKA.h
ShellCommandExit.cpp
ShellCommandExit.h
ShellCommandHelp.cpp
ShellCommandHelp.h
ShellCommandNewKey.cpp
ShellCommandNewKey.h
ShellCommandOwner.cpp
ShellCommandOwner.h
ShellCommandSACL.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandSACL.h
ShellCommandSetValue.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandSetValue.h
ShellCommandsLinkedList.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandsLinkedList.h
ShellCommandValue.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
ShellCommandValue.h
ShellCommandVersion.cpp
ShellCommandVersion.h
TextHistory.cpp [REGEXPL] 2011-10-06 21:36:10 +00:00
TextHistory.h

-*- Mode: Text -*-
$Id$

Registry Explorer is console mode tool for reading/writing ReactOS
registry. Currently, access is provided only by means of interactive
commands, but scrpting support is planned too. Some of features are:
 - Registry object name completion.
 - DACL/SACL/Owner read access for keys.
 - Remote machine registry access.

TODO:
 - Scripting support
 - Support for pessimistic completion and other console interfaces
   (simple stdout, ncurses).
 - Write access to DACL/SACL/Owner of registry keys.

Notes:
 - Site at http://www.geocities.com/registryexplorer/ is discontinued.
   For more info see this file and ReactOS site.