Browse Sections

Command Line Programming

Latest Feature Articles


Taking Control with the PC Command Line
The Linux command line is a powerful place to be, and that power is available to a Windows user as well. Now everyone can take complete control of their own computers.
How to Create a Word Document with PowerShell
These days there's no need for anyone to spend hours typing up those weekly reports. All they need is Microsoft Word and a PowerShell Script
Using PowerShell User Parameters and Prompts
The programmer of a PowerShell script always has a vital source of information - the user. The question is how to get that information from them.
Choosing a Windows Scripting Language
The Windows script developer can choose between MS-DOS (or CMD), VBScript and now PowerShell. There are pros and cons for each of them, so which is best?
How to Write a PowerShell Script
Microsoft Windows PowerShell Cmdlets are very powerful because of the way in which they use .NET objects. Using a script makes them versatile and efficient.
An Introduction to the Windows PowerShell
PowerShell is Microsoft's new shell language. It works with the .NET objects and is therefore much more powerful than MS-DOS or CMD, but much simpler than VBScript.
How to Automate FTP
FTP (File Transport Protocol) has been around for a long time, but it's still as useful as it ever was - especially when it comes to automating processes with FTP macros.
Wget: Downloading from the Internet
This article looks at how to download on-line data such as Yahoo! Finance's stock quotes without the need of a web browser - all through the power of Wget.
Using Batch Files to Create MySQL Databases
A batch file provides an historical record when creating MySQL databases and the objects in them (tables, views and stored procedures)
Mathmatical Functions and Linux Shells
Bash is the default shell for Linux and is very powerful. However, it lacks in-built mathematical functions - something that that the Korn shell does have.