The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: xroot on October 23, 2007, 05:43:22 PM

Title: Scripting Language
Post by: xroot on October 23, 2007, 05:43:22 PM
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]