Skip to content

Instantly share code, notes, and snippets.

View thepwrtank18's full-sized avatar

TheTank20 thepwrtank18

  • 16:25 (UTC -04:00)
View GitHub Profile
@thepwrtank18
thepwrtank18 / batchfile.md
Last active July 26, 2021 04:14
Batchfile Tips and Tricks

Batchfile

Want to make .bat (or .cmd) scripts? This is for you!

Simple stuff

These are the simple stuff, but very useful.

echo

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