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: MS-DOS (cmd.exe) command prompt: CD, MD, copy. Next article: First cmd / DOS batch script example. Batch scripts is still relevant in 2014. Batch programming is repeatedly used in …
Monthly Archives: September 2014
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 …
Continue reading “MS-DOS (cmd.exe) command prompt: CD, MD, copy”
MS-DOS (cmd.exe) prompt basic commands
This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Since most of users do not use command prompt as their primary interaction with the operating system then we will go over the pure basics. These commands can also be used …