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.