Article archive

Working with Files

31/07/2009 14:59
Working with INI FILES ReadINI VBScript Code: Function ReadIni( myFilePath, mySection, myKey )     ' This function returns a value read from...

Scripting Engine

31/07/2009 14:58
Force a script to run in CSCRIPT   There are several valid reasons to demand that a script runs in CSCRIPT instead of WSCRIPT, like for example to allow the use of Standard Input or to prevent a separate popup for each WScript.Echo line. The following code can be copied and pasted at the top...

Debugging

31/07/2009 14:52
Debugging Your Scripts Scripts will seldom be perfect right away. This page describes some (debugging) techniques that will help you avoid errors in VBScript, or to find and correct them. Never assume anything Always use Option Explicit and declare all variables (Temporarily) disable...

Most Popular Programming Language

29/07/2009 16:41
Popular Progaramming Languages Debate over the most popular programming language can become an emotional, almost religious battle.  And sometimes there’s no debate at all, such as when a developer is assigned to repair legacy software.  “It was written in COBOL?” is a popular...

Quick Start Tutorials

29/07/2009 15:47
Tutorial and Overview This brief introduction will help you start scripting your own macros and hotkeys right away. Tutorial Contents Creating a script Launching a program or document Sending keystrokes and mouse clicks Activating and manipulating windows Getting input from the...

Tutorials

29/07/2009 15:41
Tutorial - HelloWorld This tutorial explains the basics of creating an AutoIt script and running it. The tutorial assumes that you have already fully installed AutoIt v3 using the supplied installer.   First open a folder where you wish to create the script. Right-click in the folder and...

Information

29/07/2009 15:35
Introduction AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or...

Information

29/07/2009 15:31
-=:: FBSL ::=- (c.)2001-2009 by Gerome GUILLEMIN, Mehdi BOUAZIZ and Mike LOBANOVSKY FBSL means 'Freestyle Basic Script Language'. Like many other modern languages, FBSL has its flavours from the inspiration of VB, QB, PHP, Pascal and C++. FBSL was originally developped...

Information

29/07/2009 15:15
Educational programming language   An educational programming language is a programming language that is designed primarily as a learning instrument and not so much as a tool for writing real-world application programs. Contents ...

Favicon

29/07/2009 14:59
A favicon (short for favorites icon), also known as a website icon, shortcut icon, url icon, or bookmark icon is a 16x16 pixel square icon associated with a particular website or webpage.[1] A web designer can create such an icon and install it into a website (or webpage) by several means, and most...