Registry Explorer (console tool) by Nedko Arnaoudov added to the system utilities...
[reactos.git] / rosapps / sysutils / regexpl / ShellCommandVersion.h
1 // ShellCommandVersion.h: interface for the CShellCommandVersion class.
2 //
3 //////////////////////////////////////////////////////////////////////
4
5 #if !defined(SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_)
6 #define SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_
7
8 #include "ShellCommand.h"
9
10 class CShellCommandVersion : public CShellCommand
11 {
12 public:
13 CShellCommandVersion();
14 virtual ~CShellCommandVersion();
15 virtual BOOL Match(const TCHAR *pchCommand);
16 virtual int Execute(CConsole &rConsole, CArgumentParser& rArguments);
17 virtual const TCHAR * GetHelpString();
18 virtual const TCHAR * GetHelpShortDescriptionString();
19 };
20
21 #endif // !defined(SHELLCOMMANDVERSION_H__D29C1196_5942_11D4_A037_C5AC8D00940F__INCLUDED_)