Subversion Repositories DMV.0a1c1

Rev

Blame | Last modification | View Log | Download

; This is my first script
$var = EnvGet("FLINK")
$var = $var & "\opt\fl.key"
;MsgBox(4096, "Path variable is:", $var)
FileDelete($var)
while FileExists($var)
WEnd
Run("licensewizard.exe")
WinWaitActive("License Wizard", "Welcome to the FactoryLink License Wizard")
SendKeepActive("License Wizard")
Send("{ENTER}")
WinWaitActive("License Wizard", "Enter Configuration Information")
;;Send("{UP}{ENTER}")
Send("128611F5")
Send("{TAB}")
Send("CDYD 6TTE N4IY GDHV DWT3 GEYT WQDH UDEK 8H")
Send("{TAB}")
Send("{TAB}")
Send("{TAB}")
Send("{ENTER}")
WinWaitActive("License Wizard", "Enter Authorization Information")
Send("EJXZ 5VJE E6Q6 9ERZ YFM3 T6IB B8V2 IX6S")
Send("{TAB}")
Send("DMV INTERNATIONAL")
Send("{TAB}")
Send("{TAB}")
Send("{ENTER}")
SendKeepActive("")
WinWaitActive("License Wizard","Your system is licensed and authorized.")
;SendKeepActive("License Wizard","This system is fully functional for a grace")
;MsgBox(4096, "Path variable is:", $var)
Send("{SPACE}")