> BTW, as Bruce complained recently that we are not sharing enough 
> scripts, 

i find that useful:

triggered by F6
.window\info

;;info.powerpro
local range fh wtxt
range = inputdialog("v1=from number, v2=to number", "window text")
if (range == 0)
quit
fh = file.open(scriptfolder ++ "win_text.txt", "w")
for (i=v1;i<=v2;i=i+1)
wtxt= i ++ " " ++win.childtextbyindex(caption,i)
file.writeLine(fh, wtxt)
endfor
file.close(fh)
do("notepad.exe", scriptfolder ++ "win_text.txt")
quit


-- 
don pi



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

 
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