29 Mar 2011 10:04
two questions
I have two questions. I bought a Notebook HP with Windows 7 Started. The feature "Left click mouse when mouse
stops over contro" doesn't work at all, either a Hotkey for "*Exec Autopress". What can I do?. I don't find
anything in the Help File.
I have this little script:
var1 = "copy"
var2 = "brandy"
Do("C:/Programs/metapad35/metapad.exe", "M:/query.txt")
Wait.for(1500,activewindow("*query*"))
wait.for(150)
Keys {Ctrl}h
wait.for(250)
win.sendkeys (var1)
wait.for(250)
Keys {Tab}
win.sendkeys (var2)
wait.for(500)
Keys {Alt}a
It works but I need more. My humble scrpipt manages a single "Replace" inside a file open with Metapad, a
small text editor. But it only does one "Replace". I need something more functional, more "Replaces"
again and again. I could keep on sending "Keys" but I suspect that there is a better way. I don't kown which.
Maybe plugins, scripts, a clever loop.... I have a forty years long learning curve before me. Please, a lot
of sun and sund all around here, I need some manna.
------------------------------------
PowerPro can be found here: http://www.ppro.org/
and here: http://ppro.pcrei.com/Yahoo! Groups Links
(Continue reading)
RSS Feed