Category: technical
If a HTTP request is not found on a server, the browser normally will redirect to a 404 error page. In fact, you can customise the error pages on …
Under Windows Script Hosting WSH, the language of VBScript or JScript do not provide built-in keyword to support importing external script files (*.vbs or *.js). This is not very …
June 17, 2012
batch script, beginner, code, code library, implementation, programming languages, technical, VBA, vbscript, windows
VBScript has been in use widely on every version of windows. It is said Bill Gates favor VBScript, which may be one of the reasons that it is shipped …
A quick way to check if it is a 32 or 64-bit OS is to determine the size of a pointer. In 32-bit Operating System (OS), the size of …
June 15, 2012
batch script, beginner, code, code library, delphi, implementation, programming languages, technical, VBA, vbscript
MSScript Control is provided in msscript.ocx. It is a very handy tool to run VBScript/JScript without relying on CScript.exe or WScript.exe. However, many current scripts have used WScript object …