19 lines
No EOL
857 B
AutoIt
Executable file
19 lines
No EOL
857 B
AutoIt
Executable file
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
|
|
#AutoIt3Wrapper_Icon=Firmware.ico
|
|
#AutoIt3Wrapper_Outfile_x64=Releases\Specials\Firmware.exe
|
|
#AutoIt3Wrapper_Res_Comment=Epow Toolset Part
|
|
#AutoIt3Wrapper_Res_Description=Epow Toolset Part
|
|
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
|
|
#AutoIt3Wrapper_Res_ProductName=Epow Toolset Part
|
|
#AutoIt3Wrapper_Res_ProductVersion=1.0.0.0
|
|
#AutoIt3Wrapper_Res_CompanyName=Tyleo Softwares
|
|
#AutoIt3Wrapper_Res_LegalCopyright=Tyleo Softwares
|
|
#AutoIt3Wrapper_Res_LegalTradeMarks=Tyleo Softwares
|
|
#AutoIt3Wrapper_Res_Language=1033
|
|
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
|
|
$Confirm = MsgBox(4,"Transfert vers le BIOS/UEFI","Cliquez sur Oui pour redémarrer sur le BIOS/UEFI")
|
|
; MsgBox(0,"ANSWER",$Confirm)
|
|
|
|
If $Confirm = "6" Then
|
|
Run("shutdown -fw -r -t 00", "", @SW_HIDE)
|
|
EndIf |