markusss Posted October 21, 2005 Posted October 21, 2005 Do you want a script that restarts your pc or a script that restarts itself??? If you want the script to restart, just make the script never end, with a loop. Please be more specific. Felix N. (tdlrali)
markusss Posted October 21, 2005 Posted October 21, 2005 I'm sorry if im wrong, but wouldn't it be: Run(@ScriptFullPath) Exit Felix N. (tdlrali)
upnorth Posted October 21, 2005 Posted October 21, 2005 Func _restart() If @Compiled = 1 Then Run( FileGetShortName(@ScriptFullPath)) Else Run( FileGetShortName(@AutoItExe) & " " & FileGetShortName(@ScriptFullPath)) EndIf Exit EndFunc
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