I've a AutoIT command line application that call another (not AutoIT) application using runwait(@comspec & ' /c " $command)
This other application will open Internet Explorer.
I would like my AutoIT script know the PID number of the Internet Explorer openned by this external application.
How to know this? or it's not possible?