command to run directly from terminal:You don't need that to run windows apps on linux if your system is set up correctly (binfmt-support).
wineconsole cmd
can we use wineconsole cmd as replacement of xterm??
can we use wineconsole cmd as replacement of xterm??No, because it is not a terminal emulator, but shell emulator or something like that...
#ifndef _WIN32
system("clear");
#else
system("cls");
#endif