Category: COM/OLE
In the Windows environment, all three types of scripts (PowerShell, VBScript, and JScript) use CreateObject to invoke the COM object WScript.Shell in order to simulate keystrokes. For example, you …
The COM (Component Object Model) has been existent on Windows platform e.g. Win98 for decades. It is powerful technology that allows different programming languages to easily invoke the library …
I have designed a Windows COM component and write a VBScript to obtain hardware ID using VMProtect API. The first edition of the script is just simply using MsgBox …
The VBScript/Javascript under Windows is very helpful, which is often used as a daily administration programming language. WSH stands for Window Scripting Host. It is a Microsoft scripting-friendly environment, …
August 6, 2013
COM/OLE, implementation, interpreter / compiler, javascript, nodejs, programming languages, recursive, string, technical, tools / utilities, tricks, windows
Node.JS (http://nodejs.org/) has been a great Javascript-server side tool). Previous posts on this topic can be found . However, the NodeJS does not inherently support the Win32 COM/OLE techniques …