Help for this page
Win32::Process::Create( $obj, ... 'cmd /c notepad somefile', 0, NORMAL_PRIORITY_CLASS, '.' ) or die $^E;;
## Run the command asyncronously with shell command resolution $pid = system 1, 'notepad'; ... print 'command return status: ', $? >> 8;; command return status: 0