my $cmd = "echo %ERRORLEVEL%"; my $ret = system($cmd); return $ret;