I have an autoit script, and for sake of argument, let's say it's just simply (of which I have tried):
MsgBox(0, "test", "Test Message")
When running:
psexec \\remotecomputer -c -f -i myscript.exe
From a machine on a domain running under a domain administrator account.
The script gets passed to the remote machine, and executes and even displays on the current logged in user's screen but it's a black box.
You can see the menu bar on the MsgBox but if I build a GUI with no bars or anything, it's just a black box.
Either way, menu bar or not, you can't see what's going on.
Any suggestions?




