Hi BenhamPro,
Thks for your answer. However, I can't manage to make that work...
Here's my -simplified- .asp file:
<HTML>
<BODY>
<script language="VBScript">
dim clip
set cl = createobject("clipboard.application")
clip = cl.gettext
document.write...
Hi,
I need to paste the content of the clipboard (text)into an HTML page. I am surprised because no VBscript methods seems to do that. Can somebody help?
Seb.
I'm new to this programing world, so please use an understandable language :-)
I need to execute remotely (from any browser) some .bat files located on an IIS web server. Let say for example c:\test.bat. I try to use asp and VBscripts for that.
What script can be used to execute this program?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.