CMD: Batch Files
If you just want to know how to make Batch files, scroll to the bottom. While batch files are not exactly related to CMD, they use similar commands and therefore I’ve put them together. A batch file is like … Continue reading
If you just want to know how to make Batch files, scroll to the bottom. While batch files are not exactly related to CMD, they use similar commands and therefore I’ve put them together. A batch file is like … Continue reading
This is a continuation of the CMD tutorial. Read part 1 about looks here, and part 2 about folders here. 1. Moving Files After using “cd” and “dir”, you might need to move adocument from your Desktop to your … Continue reading
To the code! Finally! Now you’re ready to learn CMD. You can read the first part about looks here. 1. Changing Folders When you open CMD, you’ll probably see this first… Microsoft Windows [Version x.x.xxxx] Copyright (c) xxxx Microsoft Corporation. … Continue reading
This tutorial will teach you all about changing the looks of Command Prompt. Opening Command Prompt Command Prompt (or CMD) is a like the Terminal of Windows. It allows you to do OS level programming with less knowledge about programming. … Continue reading