29#define CONNECT_CMD _T("CONNECT")
30#define CONNECT_CMD_SHORT_DESC CONNECT_CMD _T(" command is used to connect to remote registry.\n")
91 _T(
" /? - This help.\n\n")
94 _T(
" MACHINE is name/ip of the remote machine.\n")
#define CONNECT_CMD_SHORT_DESC
TCHAR * GetNextArgument()
BOOL Write(const TCHAR *p, DWORD dwChars=0)
BOOL SetMachineName(LPCTSTR pszMachineName)
const TCHAR * GetLastErrorDescription()
BOOL ChangeCurrentKey(const TCHAR *pchRelativePath)
virtual BOOL Match(const TCHAR *pchCommand)
virtual const TCHAR * GetHelpString()
virtual ~CShellCommandConnect()
virtual int Execute(CConsole &rConsole, CArgumentParser &rArguments)
virtual const TCHAR * GetHelpShortDescriptionString()
CShellCommandConnect(CRegistryTree &rTree)