Jump to content

Does Someone Remember?


Recommended Posts

Does someone remember seeing in the documention a simple precanned message box that

has "reboot" yes or no? window. If so can you tell me?. I'm sure I came across it. If not can some one post it?

Thanks a bunch

Link to comment
Share on other sites

Something like

Func _MsgBoxReboot($time = 0)
$var = MsgBox(4,"Reboot?","Do you want to reboot?")
Switch $var
Case 6
Run(@systemdir & "\shutdown -r -t " & $time)
Case Else
Return 0
EndSwitch
EndFunc

?

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

You could also use the builtin shutdown command and sleep however this will not pop up a countdown box

$Time=60000;60 Seconds
Sleep($Time)
Shutdown (2);Reboot

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...