C++ small poject
Budget: $10 – $30 USD
Task is to create Command Line Pipe in C++ without any dependencies.
Must work for Windows x86.
Functionality: Create function CreateShell() which uses CreateProcess to start a new thread with cmd.exe, this will return also return the first content that cmd.exe spits out.
Second function is ExecuteShell(char command) which will execute Commands in the cmd.exe process thread.
If I run the function it should also return the current command output after it's run for example: echo 123 will return 123 after it is executed.
It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed.
Also if CreateShell is executed a 2nd time and there is already a thread running for cmd.exe it should kill that thread and start a new one.
PLEASE, BID if you can do it TODAY.
Must work for Windows x86.
Functionality: Create function CreateShell() which uses CreateProcess to start a new thread with cmd.exe, this will return also return the first content that cmd.exe spits out.
Second function is ExecuteShell(char command) which will execute Commands in the cmd.exe process thread.
If I run the function it should also return the current command output after it's run for example: echo 123 will return 123 after it is executed.
It's basically 2 functions, one is creating the process and returns the first output and the 2nd one is writing content to the command line of the process which should also get the output after the command was executed.
Also if CreateShell is executed a 2nd time and there is already a thread running for cmd.exe it should kill that thread and start a new one.
PLEASE, BID if you can do it TODAY.