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: Replaceable parameters in batch file. The very simple loop in the batch script can be created by using GOTO command and a label. The syntax is – GOTO followed …
Category Archives: OS
Replaceable parameters in 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: Stopping a DOS batch file. Photo: freeimages.com With the information covered so far we are able to use batch files to make our lives easier, and help our day …
Stopping a 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: First cmd / DOS batch script example. Usually, OS (Windows, MS-DOS) executes a batch file without stopping. DOS stops processing the batch file while the program runs when the …