toddcbrf2 Posted October 29, 2011 Share Posted October 29, 2011 Hi everyone. I've got a simple script where using the send command to send a series of keystrokes to send a fairly long string and is sending slow. Is there another way to do this? say for example, i'm sending:ab cdefghi--aa asdf asdfasdf asdadf asdfadf--aasdfasdf asdf asdfasdf asdfad--asdfasd asdfad adsf ad ad adf asdfa.adfs adsfa asdfasd asdadsf. is there a way to send the characters as a group than using the send command? ie, create a text file with the included, do a text file read, then paste it? Thanks! “Anyone who has never made a mistake has never tried anything new.”― Albert Einstein Link to comment Share on other sites More sharing options...
BitByteBit Posted October 29, 2011 Share Posted October 29, 2011 Use FileRead to read the text, then use ControlSetText or ClipPut and Send("^v"). Link to comment Share on other sites More sharing options...
toddcbrf2 Posted October 29, 2011 Author Share Posted October 29, 2011 Thank you very much BitByteBit - that works great - exactly what was looking for!!! “Anyone who has never made a mistake has never tried anything new.”― Albert Einstein Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now