Help for this page
#! perl -slw use strict; ... print "Parent process name : ", $info[0]{ ExecutablePath }; print "Command line: ", $info[0]{ CommandLine };
c:\test>type junk.bat dad ... Parent process name : C:\Windows\System32\cmd.exe Command line: "C:\Windows\System32\cmd.exe"