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")

Opt("SendKeyDelay", 0) ;0 milliseconds

WinWaitActive("License Wizard", "Welcome to the FactoryLink License Wizard")
SendKeepActive("License Wizard")
Send("{ENTER}")
WinWaitActive("License Wizard", "Enter Configuration Information")
;;Send("{UP}{ENTER}")
Send("128614F5{TAB}")
;Send("{TAB}")
Send("ADUC 6TTE R2IY GCHU DWT3 GFWT WQDH UDS9 SE")
Send("{TAB}{TAB}{TAB}{ENTER}")
;Send("{TAB}")
;Send("{TAB}")
;Send("{ENTER}")
WinWaitActive("License Wizard", "Enter Authorization Information")
Send("EJUZ 3DVB 2IQ3 TERZ YFM3 T7KB B8V2 IX2Q{TAB}")
;Send("{TAB}")
Send("DMV INTERNATIONAL{TAB}{TAB}{ENTER}")
;Send("{TAB}")
;Send("{TAB}")
;Send("{ENTER}")
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)
Sleep( 250)
WinKill("License Wizard","Your system is licensed and authorized.")
;Send("{TAB}")
;Send("{ENTER}")

;Send("{SPACE}")