Hi Sean,

Just a thought, put the keys in an event.


DO("notepad.exe")
EVENT.CreateMS (500, 20, "keys {sinp}{to +c=notepad}{alt}e{alt}d", ;;+
   ?#VISIBLEWINDOW("c=notepad")#, 1)

/*
; OR
DO("notepad.exe")
EVENT.CreateMS (500, 20, "keys {sinp}{to +c=notepad}{alt}e{alt}d", ;;+
   ?#VISIBLEWINDOW("c=notepad") && WIN.Handle("c=notepad")!=#++ ;;+
      WIN.Handle("c=notepad")+0, 1)
*/
QUIT


Ted




--- In [email protected], sgp <acs322...@...> wrote:
>
> brucexs wrote:
> 
> > OK.  Just to confirm, I don't plan to investigate this.  Its too
> > esoteric and any attempt to fix would be to complicated. 
> 
> OK thanks, I'll put it on the slow burner.
>


Reply via email to