Want to make .bat (or .cmd) scripts? This is for you!
These are the simple stuff, but very useful.
echo is basically the console.log or console.WriteLine of Batchfile. It is important to put @echo off (or echo off if that doesn't work) on the first line of your script.
Input: echo Never