reactos/rosapps/sysutils/regexpl
Nedko Arnaudov 39a209d69e Make it link with gcc 3.x
svn path=/trunk/; revision=6381
2003-10-19 22:59:36 +00:00
..
.cvsignore update cvsingnore files 2003-07-06 04:48:53 +00:00
ArgumentParser.cpp *** empty log message *** 2003-02-05 03:18:57 +00:00
ArgumentParser.h
Completion.cpp
Completion.h
Console.cpp
Console.h
CrtSupplement.c Don't try to build modules that won't build. 2002-09-03 18:44:19 +00:00
Makefile Make it link with gcc 3.x 2003-10-19 22:59:36 +00:00
Pattern.cpp
Pattern.h
ph.h added patch submitted by Guido de Jong 2002-09-09 22:49:00 +00:00
Prompt.cpp
Prompt.h
README Some minor documentation at last. 2003-02-09 02:13:27 +00:00
regexpl.rc added patch submitted by Guido de Jong 2002-09-09 22:49:00 +00:00
RegistryExplorer.cpp
RegistryExplorer.h Reference to web site at geocities removed (site is dropped). 2003-02-09 02:15:23 +00:00
RegistryKey.cpp Don't try to build modules that won't build. 2002-09-03 18:44:19 +00:00
RegistryKey.h
RegistryTree.cpp
RegistryTree.h
SecurityDescriptor.cpp
SecurityDescriptor.h
Settings.cpp
Settings.h
ShellCommand.cpp
ShellCommand.h
ShellCommandChangeKey.cpp
ShellCommandChangeKey.h
ShellCommandConnect.cpp
ShellCommandConnect.h
ShellCommandDACL.cpp
ShellCommandDACL.h
ShellCommandDeleteKey.cpp
ShellCommandDeleteKey.h
ShellCommandDeleteValue.cpp
ShellCommandDeleteValue.h
ShellCommandDir.cpp
ShellCommandDir.h
ShellCommandDOKA.cpp
ShellCommandDOKA.h
ShellCommandExit.cpp
ShellCommandExit.h
ShellCommandHelp.cpp
ShellCommandHelp.h
ShellCommandNewKey.cpp
ShellCommandNewKey.h
ShellCommandOwner.cpp
ShellCommandOwner.h
ShellCommandSACL.cpp
ShellCommandSACL.h
ShellCommandSetValue.cpp
ShellCommandSetValue.h
ShellCommandsLinkedList.cpp
ShellCommandsLinkedList.h
ShellCommandValue.cpp
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.