Use AppleScript for Windows applications?

  • Thread starter Thread starter Parallels User
  • Start date Start date
Try this:

tell application "CtiClient"
activate
tell application "System Events"
keystroke (the clipboard)
end tell
end tell
 
Back
Top