News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Scripting Language

Started by xroot, October 23, 2007, 05:43:22 PM

Previous topic - Next topic

xroot

I was playing with "Executing a console command" from MichaelW thinking this is COOL.
I thought the MS scripting language could be used in the same way, making a fun program too.
You can build some easy and powerful code with scripting so I did a little Access Database test.
I used the clipboard to pass data. As you can see a very simple script which opens up all sorts of
possibilities. IE7 will ask you "Do you want to allow this webpage to access your clipboard",
Click allow access. You can change this option in IE to allow clipboard action so you
don't get this message.  Wscript.exe and Cscript.exe comes with Windows and should be in the
Windows system32 directory, if not you can download it from Microsoft.
Thanks all and have fun.


[attachment deleted by admin]