Code: Select all
If not toggle
break
Code: Select all
Send {X}
Sleep Y
Code: Select all
If not toggle
break
Code: Select all
Send {X}
Sleep Y
Code: Select all
SaveConf.Push(AddConf())
Code: Select all
test := 2
loop, % test < 3 ? test : 0
soundbeep
Code: Select all
test := "4"
loop, % test < 3 ? test : 0
soundbeep
Code: Select all
test = 3
loop, % test < 3 ? test : 0
soundbeep
Code: Select all
debug(s,A_Linenumber)
...
...
debug(s,line)
{}
Code: Select all
doneBat = 0
print:
if (doneBat){
WinWaitNotActive, <printer dialog title>
Sleep 300
Reload
}
WinWaitActive, <printer dialog title>
Run, my.bat
doneBat = 1
Goto, print
Code: Select all
if(InStr(g, "ID 00")){
; Refer to previous answers in thread
}