Searched refs:rCommand (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutilsexc.cpp129 long wxExecute( const wxString& rCommand, argument
133 if (rCommand.empty())
159 ,(PSZ)rCommand.c_str()
163 wxLogSysError(_("Execution of command '%s' failed with error: %ul"), rCommand.c_str(), rc);
166 // cout << "Executing: " << rCommand.c_str() << endl;
H A Dutils.cpp140 bool wxShell( const wxString& rCommand )
159 sInputs = _T("/C ") + rCommand;

Completed in 55 milliseconds