Der_Andi Posted April 10, 2007 Posted April 10, 2007 Hello, what happens to my running script, when i shut down windows? Is it being terminated or is a normal Exit being performed? Andi
BillLuvsU Posted April 10, 2007 Posted April 10, 2007 I think it's being terminated. make a script with the OnAutoItExit thing that makes a file on the desktop or somthing on exit to test it. [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw
Der_Andi Posted April 11, 2007 Author Posted April 11, 2007 It seems, that it is not being terminated. In my _OnAutoItExit-Function i did this: FileWrite("exit.txt", @ExitMethod) After reboot, i found this txt-file an it contains the number 4, which means, @ExitMethod was "Windows Shutdown". I hope, a TCPSend() is possible, too...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now