if(command==string("cls"))
{
clrscr();
}
else
{
std::cout<<"ERROR";
}