I created an AutoIt script that starts our software application and signs on to it. The AutoIt script works fine. I normally will start the SignOn script from a Main PC and execute it on many remote PC's using PsExec. Here is the CMD line that I use for PsExec from my Main PC: "psexec.exe \\remotePC -u user -p password -d -c -i 0 \\netshare\autoit\SignOn.exe USERNAME" When I run the SignOn.exe script over the network with PsExec it seems to work fine. Our software application starts and it sig