in reply to Re: Re: Windows specific shell command calls
in thread Windows specific shell command calls

Well, you can use backticks/qx to capture the STDOUT, and check $? for the exit code — which agrees with what system returns ... check perlvar for details in $?.
  • Comment on Re^3: Windows specific shell command calls