How to see the command line that has started a process?

  • Thread starter Thread starter Rosivaldo Fernandes Alves
  • Start date Start date
R

Rosivaldo Fernandes Alves

I have a GUI application that calls a console utility, passing to it several
parameters. How can I know the exact command line issued in such calls?

Thanks in advance,

Rosivaldo.
 
Have it Echo the command lines to a command window?

He would not be able to do that without being able to alter the script in a
way that would have given him the desired information in the first place.

I tried experimenting with altering the COMSPEC to "cmd.exe /k", but it does
not seem to hold, and it would not make a difference if there was an EXIT
command in the script, anyway.

ss.
 
Back
Top