What commands are being sent to an exe?
- by JL
I have an application that calls a console based application when I open a file. I would like to somehow "spy" on this console application so that when it gets called I would like to see what command line parameters are being passed to this console app.
Is this possible?