reactos/rosapps/sysutils/regexpl
Andrew Munger 1b7481234a Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN.
svn path=/trunk/; revision=17850
2005-09-14 20:24:43 +00:00
..
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
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
regexpl.xml set eol-style for XML files in rosapps 2005-07-24 21:44:45 +00:00
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 Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN. 2005-09-14 20:24:43 +00:00
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.