ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Burnhazel88 on October 10, 2017, 01:52:42 PM

Title: Copy text to clipboard
Post by: Burnhazel88 on October 10, 2017, 01:52:42 PM
Don't know if anyone figured this out yet but with windows 10 you can copy text to clipboard.
I plan on updating my ID script with it.
Code: [Select]
execute C:\Windows\System32\cmd.exe /c echo YOUR TEXT HERE | clip

that simple. I might be over reacting but I always wanted this for my ID script that I use daily... :D :D :D
Title: Re: Copy text to clipboard
Post by: gimlet on October 10, 2017, 04:06:30 PM
This works on all versions of windows I believe.

 :o
Title: Re: Copy text to clipboard
Post by: Burnhazel88 on October 10, 2017, 04:12:02 PM
This works on all versions of windows I believe.

 :o


lol never knew it. But I know now.    :D
Title: Re: Copy text to clipboard
Post by: TrailMyx on October 11, 2017, 07:51:11 AM
So what might this be useful for?  Just curious; seems like I'm missing something obvious.  But I'm cool that way. :p
Title: Re: Copy text to clipboard
Post by: Burnhazel88 on October 11, 2017, 08:05:06 AM
So what might this be useful for?  Just curious; seems like I'm missing something obvious.  But I'm cool that way. :p

Your I'D tool for example. Add a copy button
Title: Re: Copy text to clipboard
Post by: TrailMyx on October 11, 2017, 08:06:32 AM
So what might this be useful for?  Just curious; seems like I'm missing something obvious.  But I'm cool that way. :p

Your I'D tool for example. Add a copy button

Oh duh.  Yes, that would be very helpful.  :)