Jump to content

ControlSendPlus - semicolon and \ problems


Snax
 Share

Recommended Posts

I saw plenty of messages regarding the troubles with using ControlSend and ended up using ControlSendPlus to solve some of them myself however, ControlSendPlus seems to have some issues as well. Every so often when I am using it to put a long path name in, it substitutes the | (pipe) for a \ (back slash) and a ; for a : requiring me to babysit the thing.

Does anyone know of a way around this?

Hasn't anyone come up with a way to paste clipboard contents to a window control?

Thanks!

Link to comment
Share on other sites

Thanks Valuater,

That worked however it's still copying each character one at a time. This is what I really wanted... I don't know why I didn't think of this before.... embarrassingly simple:

$Text = "this is a string copied to the clipboard then pasted/sent to notepad"

ClipPut($Text)

Sleep(500)

Send("^v")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...