Help for this page

Select Code to Download


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