Category: windows
CodeBlocks is a open source, free C/C++ IDE that just works across platforms. The create-project wizard is so easy to use and it gives you a very good starting …
The windows command shell (cmd.exe) is not an ideal programming language because it was not made for this! However, you could still implement the loop using the following two …
August 16, 2014
excel, http, implementation, Office, php, programming languages, VBA, vbscript, web programming, windows, windows scripting host
The excel spread sheet is a powerful Office tool developed by Microsoft. The latest Excel supports maximum 1,048,576 rows by 16,384 columns, which i believe you will never ever …
On windows command shell, there is a less-known command clip which is used to redirect the output to clipboard. The text can then be pasted into other programs. The usage for …
WSH (Windows Scripting Host) is a powerful scripting environment that comes with Windows Operating System. By default, there are two scripting languages supported, which is JScript and VBScript. You …