Use AppleScript for Windows applications?

Discussion in 'Windows Virtual Machine' started by Parallels User, Mar 27, 2012.

  1. >>> Message has been deleted by the user <<<
     
  2. StatGeek

    StatGeek Bit poster

    Messages:
    1
    Try this:

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

Share This Page