my $cmd = Win32::SearchPath::SearchPath('ipconfig'); #### my $cmd = Win32::SearchPath::SearchPath('ipconfig', 'C:\Windows'); #### Win32::Process::Create( $ProcessObj, $cmd, '/all', 0, IDLE_PRIORITY_CLASS, "." ) || die "error running process";
## my $cmd = Win32::SearchPath::SearchPath('ipconfig', 'C:\Windows'); ##
## Win32::Process::Create( $ProcessObj, $cmd, '/all', 0, IDLE_PRIORITY_CLASS, "." ) || die "error running process";