What commands are being sent to an exe?

Posted by JL on Server Fault See other posts from Server Fault or by JL
Published on 2010-04-27T12:27:40Z Indexed on 2010/04/27 12:33 UTC
Read the original article Hit count: 299

Filed under:

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?

© Server Fault or respective owner

Related posts about console