All contributors in Command Line Programming
Batch File Parameter Modifiers
Techniques for using built-in command line parameter modifiers to change the values of parameters passed in the command line for specific programming purposes. more...
Batch File Programming SHIFT Cmd
How to use the SHIFT command in batch file programming to access parameters passed in the command line, including those with more than 10 items. more...
Batch Programming Local Commands
A tutorial article using the setlocal and endlocal keywords in batch file programming under Windows and MS-DOS to set up environment variables that revert afterwards. more...
Batch Programming ECHO Command
A quick guide to using the command line batch programming echo keyword when creating Windows and MS-DOS batch files. more...
Using Batch Labels, Goto and Call
A guide to using goto with labels and call with batch files in order to control execution flow within a batch file in DOS or Windows Command Prompt. more...
Using FOR Command to Parse Files
How to use the FOR command in a Batch File to parse text files as part of a command line batch program or script in Windows command line programming. more...
Batch File Programming FOR Command
A guide to using the Batch FOR Command for two purposes - processing lists of files and as a looping construct. more...
All feature articles in Command Line Programming