windows shell & copy text

sims sims at ezpzapps.com
Thu Sep 7 14:40:43 EDT 2006


With OS X  Applescript  I can use the following to place hilited text 
from the font most application
onto the clipboard:
----------
tell application "System Events"
	set frontApp to name of first application process whose 
frontmost is true
end tell
tell application  frontApp
	activate
	tell application "System Events"
		key code 8 using command down
	end tell
end tell
---------


Is there a shell script in Windows that will do the same?

ciao,
sims

European Rev Conference  2006
www.techietours.com




More information about the use-livecode mailing list