Skip to content

Commit

Permalink
iam dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-SF committed Oct 14, 2017
1 parent 6adb619 commit 3a38a7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion atom latex autorun.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ open_c(program,path) {
run, %programpathexe%
WinWaitActive, ahk_exe %programexe%
if (program = "conemu")
sleep conemu_ms ;warten bis command line da ist
sleep conemu_ms ;warten bis command line da ist
} else {
WinActivate, ahk_exe %programexe% ;TIMEOUTS
WinWaitActive, ahk_exe %programexe%
Expand Down
8 changes: 5 additions & 3 deletions atom latex autorun.ahk.bak
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,14 @@ open_c(program,path) {
process, exist, %programexe%
if (errorlevel=0) {
run, %programpathexe%
WinWaitActive, ahk_exe %programexe%
if (program = "conemu")
sleep conemu_ms ;warten bis command line da ist
} else {
WinActivate, ahk_exe %programexe% ;TIMEOUTS
WinWaitActive, ahk_exe %programexe%
}
WinWaitActive, ahk_exe %programexe%
if (program = "conemu")
sleep conemu_ms ;warten bis command line da ist


}

Expand Down

0 comments on commit 3a38a7f

Please sign in to comment.