Originally Posted By: NTDOC
Well you could kick off another script with a run command and in that other script you could shell out (just do it all silently so that the user doesn't know that its running)

Then let the first script exit out on it own normally.


I'll give that a try, thanks.
I had tried run()ing a batch file and that stops too. doing something like

 Code:
run('calc.exe')


Also results in the calculator running and then exiting as soon as the logon prompt appears.

There isnt a windows security thing where it stops any processes when you press CTRL-ALT-DEL to logon is there?