Looking for a list of appcmd exit codes, if it exists. I have a vbscript that checks for the appcmd exit code of 0 or non-zero. e.g. "ReturnCode = wshshell.run appcmd..." returning success for 0 and error for non-zero codes. I would like to know what the exit codes stand for. Thank you, James