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
GNU Emacs is the text editor of Terminal. But that’s not all. Emacs comes preloaded with multitudes of useful programs from its text editor to its games. This article will show you how to take advantage of it. Emacs First … Continue reading
This is a tutorial similar to the one for CMD. Take a look at some useful Terminal scripts here. 1. Navigating Folders To move through folders, use the “cd” command: cd Desktop/myfolder This will navigate from you root folder (“Username”) … 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