|
|
大佬 打不开 啥情况
内容如下
Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed.
---- C:\Users\sunyun\Desktop\111\多功能集成AHK.ahk
007: FileEncoding,UTF-8
008: SendMode,Input
009: SetTitleMatchMode,3
010: macroVersion := 168
012: if (A_AhkVersion <= "1.1.23")
018: SetWorkingDir,%A_MyDocuments%\AutoHotKey\LutTools
020: elog := A_Now . " " . A_AhkVersion . " " . macroVersion "
"
021: FileAppend,%elog%,error.txt,UTF-16
023: URLDownloadToFile,http://lutbot.com/ahk/version.html,version.html (0.59)
024: if ErrorLevel
027: FileRead,newestVersion,version.html
029: if ( macroVersion < newestVersion )
042: full_command_line := DllCall("GetCommandLine", "str")
044: if not (A_IsAdmin || RegExMatch(full_command_line, " /restart(?!\S)"))
056: RunWait,verify.ahk (205.05)
Press [F5] to refresh. |
|