June 15, 2012
c / c++, code, code library, compiler, HTA, implementation, javascript, programming languages, software download, tools / utilities, VBA, vbscript, Win32 API, windows, windows scripting host
Script32 is a fast and secure free tool that converts your VBScript/Javascript (*.js) (to run under Window Script Hosting WSH) to Win32/Win64 Executables. Script32 Features It is a command …
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 …
June 14, 2012
batch script, beginner, I/O File, implementation, javascript, programming languages, technical, tools / utilities, VBA, vbscript
There are currently 3 ways to hide your Script Code (VBScript or Javascript) if you don’t want others to access to your code easily. For example, you might want …
BASH script under linux supports the for loops. There are quite a few ways to write for loops. 1. List the Values for I in 1 2 3; do …
Javascript is the most popular programming language used on internet. It is also extended in many other platforms for system administration/scripting/macro purposes. For example, WSH (Windows Script Hosting) supports …