Searched refs:strCommand (Results 1 – 1 of 1) sorted by relevance
1320 CMIUtilString strCommand; in ExecuteCommandFile() local1321 while (!m_bExitApp && std::getline(ifsStartScript, strCommand)) { in ExecuteCommandFile()1323 bOk = CMICmnStreamStdout::TextToStdout(strCommand); in ExecuteCommandFile()1326 if (strCommand.empty() || strCommand[0] == '#') in ExecuteCommandFile()1332 bOk = InterpretCommand(strCommand); in ExecuteCommandFile()