Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Copy Script Output to the ClipboardContent of Copy Script Output to the Clipboard.vbsMD5 Hash: DFF20EFCDE2C467C35C23ED1937C0F08 |
||
strCopy = "This text has been copied to the clipboard."
Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate("about:blank") objIE.document.parentwindow.clipboardData.SetData "text", strCopy objIE.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |