Help for this page
my $cmd = Win32::SearchPath::SearchPath('ipconfig');
my $cmd = Win32::SearchPath::SearchPath('ipconfig', 'C:\Windows');
Win32::Process::Create( $ProcessObj, $cmd, '/all', 0, IDLE_PRIORITY_CL +ASS, "." ) || die "error running process";