Hi,
I was wondering if Poco provides a way to send a command to the system command intepreter like Win32 system() does? Now if you must know I simply want to be able to call "cls" or "clear" depending upon whether we're running on Win32 or Linux. My problem is that there is no portable console library (ala ncurses) which would allow me to manipulate the console. The funny thing is I just want to clear the screen and I might just issue a bunch of printf(\n) but apparently that was in this code previoulsy and for some reason the customer didn't like it.
Thanks





