Hi,

i'm trying to create a script that starts Explorer.exe after
doubleclicking on the Desktop.

I got as Key/Mouse action set to.
Key/Mouse: "left double anywhere"
Enter command: .DesktopDoubleClick

----.DesktopDoubleClick.powerpro---------
if(Win.MainHandleFromPoint(xmouse,ymouse).class == "Progman") Do  
Exec cmd.exe
EndIf
Quit
---------
(cmd.exe is just used for testing)

Would be great if someone could help me to get this thing working.

Cheers...

Reply via email to