Windows Vista 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

Guest
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.
 
Re: How to see the command line that has started a process?

Have it Echo the command lines to a command window?

--

Steve Easton


"Rosivaldo Fernandes Alves" <rosivaldo.alves@oi.com.br> wrote in message
news:59B09E51-8BBD-4E71-A114-6338B477A0C2@microsoft.com...
>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.
 
Re: How to see the command line that has started a process?

"Steve Easton" <admin@95isalive.com> wrote in message
news:eBPQom1GJHA.456@TK2MSFTNGP06.phx.gbl...
<newbie top-posting corrected>
>>
>>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?

>
> 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