Quote Originally Posted by Rajeshsan View Post
Hi Everyone.........
Plz can you send me small code just it has to send some command to CLI.
[...]
proc=new QProcess(this);
proc->start("VKB -qws");//Actually i want to give commands like ls -l or cd .. which should be passed to CLI and act on that. but im not finding options in proc-> . Plz can you send me a small code to interact with CLI.
Before begging for code, I would recommend using the CODE tags and read the docs regarding QProcess and learn how the right syntax would look like.