Category: implementation
You can easily use Shell.Application to invoke methods related to Windows such as minimize all windows. For example, if you require users choosing a folder you can invoke the method BrowseForFolder. The …
VBScript is not perfect but it is still good enough. Today I have come across two problems and learned the workaround. 1. There is currently no ‘Exit While’ statement …
September 5, 2013
batch script, code, code library, implementation, internet, malware, programming languages, tricks, vbscript, windows, windows scripting host
In recent years, the malware, virus written in scripting language are spreading rapidly worldwide. Everyday, there is a ‘new’, ‘mutated’ malware/virus causing damages via internet. The VBS virus is …
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. …
The Halting Problem is one of the most classic and well-known problem in computational theory. It can be stated as “Given the description of any computer programs, decide whether …