reactos/rosapps/sysutils/regexpl
Nedko Arnaudov 2981f57ae6 Use .exe postfix when building on non-windows hosts too.
We are always building Win32 executable.

svn path=/trunk/; revision=12798
2005-01-04 20:50:06 +00:00
..
.cvsignore
ArgumentParser.cpp
ArgumentParser.h
Completion.cpp
Completion.h
Console.cpp
Console.h
CrtSupplement.c
Makefile Use .exe postfix when building on non-windows hosts too. 2005-01-04 20:50:06 +00:00
Pattern.cpp
Pattern.h
ph.h Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +00:00
Prompt.cpp
Prompt.h
README
regexpl.rc Centralize definition of version resource 2004-10-16 22:30:19 +00:00
RegistryExplorer.cpp
RegistryExplorer.h
RegistryKey.cpp
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 Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +00:00
ShellCommandDACL.h
ShellCommandDeleteKey.cpp
ShellCommandDeleteKey.h
ShellCommandDeleteValue.cpp
ShellCommandDeleteValue.h
ShellCommandDir.cpp Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +00:00
ShellCommandDir.h
ShellCommandDOKA.cpp
ShellCommandDOKA.h
ShellCommandExit.cpp
ShellCommandExit.h
ShellCommandHelp.cpp
ShellCommandHelp.h
ShellCommandNewKey.cpp
ShellCommandNewKey.h
ShellCommandOwner.cpp Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +00:00
ShellCommandOwner.h
ShellCommandSACL.cpp Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +00:00
ShellCommandSACL.h
ShellCommandSetValue.cpp
ShellCommandSetValue.h
ShellCommandsLinkedList.cpp
ShellCommandsLinkedList.h
ShellCommandValue.cpp Make regexpl build again. (I know I really should fix this to be unicode) 2004-10-11 01:24:22 +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.