This commit is contained in:
Páll Guðjón Sigurðsson 2010-10-25 16:00:34 +00:00
parent de41b69a18
commit 51a0c2ed7e
3 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ def runCommand(command):
stdout, stderr = proc.communicate('through stdin to stdout')
if proc.returncode > 0:
print "Error %s: %s\n command was: '%s'" % (proc.returncode,stderr.strip(),command)
debug("results: %s" % (stdout.strip() )
if proc.returncode == 127: # File not found, lets print path
path=getenv("PATH")
print "Check if your path is correct %s" % (path)

Binary file not shown.

View File

@ -37,6 +37,7 @@ get_time=scripts/date.exe +%s
get_netstat=netstat -an
get_ifconfig=ipconfig /all
get_systeminfo=cmd scripts/get_systeminfo.bat
get_computername=cmd scripts/get_computername.bat
check_exchange_mailbox=cmd /c scripts\check_exchange\test.bat
check_ad=cmd /c scripts\check_ad\check_ad.exe