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 …

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 …

MS-DOS (cmd.exe) command prompt: CD, MD, copy

This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Another very common command is cd – Change Directory (also works in Linux). This changes the directory you are currently in. C:\>cd \users\default This example might not work for you if …