Hello I have a small piece of AutoIt code that essentially invokes a batch file using the RunAs call. The exe that I create out of this script is being invoked from a Windows Service on a Windows 2003 box. Every once in a while the RunAs fails to launch the process and returns back with various garbage return codes and I can see that once it goes into such a state no matter what I do or what command I try to launch, it is stuck. The only way to recover is to actually restart the machine.