The following VBScript runs at WSH (Window Scripting Host). It is used to list the items in “My Computer” folder. The Object “Shell.Application” is required for this to work. …
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 …
June 30, 2013
bug fixes, debug, delphi, interpreter / compiler, multithreading, programming languages, technical, tricks, Win32 API, windows scripting host
I’ve moved the following from the stackoverflow.com before I delete the post. It was suggested that “It’s not a valid question if the answer can be found only using …
May 6, 2013
beginner, I/O File, implementation, internet, programming languages, tricks, VBA, vbscript, windows, windows scripting host
Ajax stands for Asynchronous Javascript and Xml. In the examples given in this post, we can see that XMLHTTP object is created, for IE6 and IE5. The XMLHTTP object can be used in VBScript to …
The FileSystemObject provides a GetTempName method that returns a temporary file name. The following is the short example, in VBScript on Windows Scripting Host. ' Auto-Generate a File Name Set objFSO …