a***@gmail.com
2015-04-29 09:43:03 UTC
Hi,
I have pipeline a command using open,something like below
set process [open "|\"new.exe" \"inputfile.txt\" 1000" r+]
which intern start a new process "new.exe" which takes some arguments.
when I query for the process id uisng [pid $process] I get the process id of the file operation ,
But in my case I also need the new process that is open commands kick starts.
How can I get the process id of the new.exe that is started by open?
Regards,
Raju
I have pipeline a command using open,something like below
set process [open "|\"new.exe" \"inputfile.txt\" 1000" r+]
which intern start a new process "new.exe" which takes some arguments.
when I query for the process id uisng [pid $process] I get the process id of the file operation ,
But in my case I also need the new process that is open commands kick starts.
How can I get the process id of the new.exe that is started by open?
Regards,
Raju