Hi All,
I am launching debug view from the command line.
cmd /c start "DebugView" C:\Tools\DebugView\Dbgview.exe /l DebugView.log /m 1000
Now I want to send the command to started debug view process.
Question:
Is it possible to send command to running debug view process ? If Yes then how ?
Basically I want to send all command line options (/x , /v and few more) to running debug view.
Thanks,
Jigar Mehta