trids
Programmer
- Feb 23, 2001
- 21
Hi folks
Does anyone know how to reference the Clipboard from a *.VBS script? I want to write a script that will achieve what the following VB code does ..
Shell ("Explorer.exe /n, /e, " & Clipboard.GetText)
I can do the Shell-equivalent, but I'm stuck at Clipboard:
Set MyObj = CreateObject("WScript.Shell"
MyObj.Run "Explorer.exe /n, /e, " & Clipboard.GetText
Any ideas???
Does anyone know how to reference the Clipboard from a *.VBS script? I want to write a script that will achieve what the following VB code does ..
Shell ("Explorer.exe /n, /e, " & Clipboard.GetText)
I can do the Shell-equivalent, but I'm stuck at Clipboard:
Set MyObj = CreateObject("WScript.Shell"
MyObj.Run "Explorer.exe /n, /e, " & Clipboard.GetText
Any ideas???