reactos/rosapps/sysutils/regexpl
Steven Edwards 456be5d16b remove trailing whitespace at end of lines
svn path=/trunk/; revision=15091
2005-05-07 21:24:31 +00:00
..
.cvsignore
ArgumentParser.cpp
ArgumentParser.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
Completion.cpp
Completion.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
Console.cpp
Console.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
CrtSupplement.c remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
Makefile
Pattern.cpp
Pattern.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ph.h
Prompt.cpp
Prompt.h
README
regexpl.rc
RegistryExplorer.cpp
RegistryExplorer.h
RegistryKey.cpp
RegistryKey.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
RegistryTree.cpp
RegistryTree.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
SecurityDescriptor.cpp
SecurityDescriptor.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
Settings.cpp
Settings.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommand.cpp
ShellCommand.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandChangeKey.cpp
ShellCommandChangeKey.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandConnect.cpp
ShellCommandConnect.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandDACL.cpp
ShellCommandDACL.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandDeleteKey.cpp
ShellCommandDeleteKey.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandDeleteValue.cpp
ShellCommandDeleteValue.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandDir.cpp
ShellCommandDir.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandDOKA.cpp
ShellCommandDOKA.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandExit.cpp
ShellCommandExit.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandHelp.cpp
ShellCommandHelp.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandNewKey.cpp
ShellCommandNewKey.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandOwner.cpp
ShellCommandOwner.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandSACL.cpp
ShellCommandSACL.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandSetValue.cpp
ShellCommandSetValue.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandsLinkedList.cpp
ShellCommandsLinkedList.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandValue.cpp
ShellCommandValue.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
ShellCommandVersion.cpp
ShellCommandVersion.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00
TextHistory.cpp
TextHistory.h remove trailing whitespace at end of lines 2005-05-07 21:24:31 +00:00

-*- 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.