Tag: tutorial
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 …
USB OTG (On The Go) allows some USB devices to act as both master and slave at different times. For example, when a printer connects to a PC, the …