Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
macro bug
#1
I have a macro that closes programs but different actions depending on the program being closed.
however, when i'm trying to close the QM editor, it stalls for about 5 seconds about 80% of the time. it doesn't do this with any other prog just the qm editor. any ideas why?
Code:
Copy      Help
spe
;bee "C:\my Downloads\sounds\system\doorbellds9.wav"
ifa "Netscape"
,str x
,x=mes("Leave Netscape Open?" "" "YN")
,if x=89
,,end
,else
,,act "Netscape"
,,'AF4
,,end
ifa "Player Window"
,end
ifa "Field Explorer"
,clo
,end
ifa "xplorer²"
,men 32907 "xplorer²" ;;Save settings now
,'AF4
,end
'AF4
end


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)