Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JonL12345

macrumors regular
Original poster
May 21, 2012
175
23
Is it possible to have AppleScript and Automator control Windows (and its applications)? Or, does AppleScript only integrate with OSX itself?

Thanks,

Jon
 

see.solve.

macrumors newbie
Oct 13, 2012
20
0
It might be possible to send Parallels keystrokes using GUI scripting. I've done similar things before with other programs to control/manipulate Windows environments.

Try something like
Code:
tell app "Parallels" to activate

tell app "System Events"
	tell application process "Parallels"
		-- add keystroke command
		-- add delays, if needed, to allow computer time to process
	end
end
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.