Another thought:
I suggested checking "Switch to if active" but in this case
you only want the More commands to be executed when SoftCat is not
running. If it is already running it should just be Shown, without
any keys or mouse click. After Softcat has been used, the effect
of the click will be unpredictable.

I find that easier in a script instead of the More commands box.
The only command for a left click would be: .StartSoftcat
and save this as c:\pathto\powerpro\scripts\StartSoftcat.powerpro

If(anywindow("Softcat*"))do
window show "Softcat*"
quit
endif
c:\pathto\softcat.exe
wait until 5000
win.mouse("re 55 175 lc")

I just tested that here (on WinXP Pro SP1, PowerPro 4.2.09)
and it works. Phew.



Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to