reactos/rosapps/sysutils/regexpl
Daniel Reimer a7fddf9c07 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29689
2007-10-19 23:05:02 +00:00
..
ArgumentParser.cpp
ArgumentParser.h
Completion.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
Completion.h
Console.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
Console.h
CrtSupplement.c
Pattern.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
Pattern.h
ph.h
Prompt.cpp
Prompt.h
README
regexpl.rbuild
regexpl.rc
RegistryExplorer.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
RegistryExplorer.h
RegistryKey.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
RegistryKey.h
RegistryTree.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
RegistryTree.h
SecurityDescriptor.cpp
SecurityDescriptor.h
Settings.cpp
Settings.h
ShellCommand.cpp
ShellCommand.h
ShellCommandChangeKey.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandChangeKey.h
ShellCommandConnect.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandConnect.h
ShellCommandDACL.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandDACL.h
ShellCommandDeleteKey.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandDeleteKey.h
ShellCommandDeleteValue.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandDeleteValue.h
ShellCommandDir.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandDir.h
ShellCommandDOKA.cpp
ShellCommandDOKA.h
ShellCommandExit.cpp
ShellCommandExit.h
ShellCommandHelp.cpp
ShellCommandHelp.h
ShellCommandNewKey.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandNewKey.h
ShellCommandOwner.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandOwner.h
ShellCommandSACL.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandSACL.h
ShellCommandSetValue.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandSetValue.h
ShellCommandsLinkedList.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandsLinkedList.h
ShellCommandValue.cpp Delete all Trailing spaces in code. 2007-10-19 23:05:02 +00:00
ShellCommandValue.h
ShellCommandVersion.cpp
ShellCommandVersion.h
TextHistory.cpp
TextHistory.h

-*- Mode: Text -*-
$Id: README,v 1.1 2003/02/09 02:13:27 narnaoud Exp $

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.