This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: IF statement in DOS batch file. The two most commonly used redirection operators used in console are the output redirection operator (>) and the input redirection operator ( is …
Category Archives: Programming
IF statement in DOS batch file
This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: Loops in the Batch files with examples. The IF command in the batch scripting is very similar to the IF statement in other programming languages. The IF command allows …
First cmd / DOS batch script example
Photo: freeimages.com This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: What is a batch script? Next article: Stopping a DOS batch file Now we are familiar with the command prompt. Batch scripts are one or more DOS …