Skip to content

Instantly share code, notes, and snippets.

@cianb96
cianb96 / gist:4422827
Last active December 10, 2015 10:39
Batch Tips & Tricks

Welcome to my guide for batch mischief! Batch is relatively fun and extremely easy programming language.

Many videos have been posted online showing you a few cool tricks too. Open your horizons and use other sources than this one.

BASIC SYNTAX

You can find all commands and a lot of valuable info using command prompt just if you type help or some_command /? .

I recommend you visit http://ss64.com/nt/ for ALL info.

If you didn't already know, batch files only work on WINDOWS OS and are saved as anything.bat