reactos/rosapps/sysutils/regexpl
Steven Edwards 48802da388 update cvsingnore files
svn path=/trunk/; revision=5004
2003-07-06 04:48:53 +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 added #ifdefs for clipboard feature 2001-05-16 21:19:06 +00:00
Console.h
CrtSupplement.c Don't try to build modules that won't build. 2002-09-03 18:44:19 +00:00
Makefile Uncommented dependency file generating rule. 2003-02-09 02:18:10 +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 Added detection of redirection. GetStdHandle() used instead of CreateFile(). Error message is shown to user when it tries to redirect. 2001-05-03 22:41:16 +00:00
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 "Because of changes in winnt.h, some of security definitions must be used from there." 2001-07-14 07:01:38 +00:00
SecurityDescriptor.h
Settings.cpp minor changes 2001-04-24 22:53:00 +00:00
Settings.h minor changes 2001-04-24 22:53:00 +00:00
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 escape char when setting string value changed to ^ 2001-04-24 23:05:56 +00:00
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.