Batch Scripting - Zero to Hero

These notes are structured for learning from zero for begginers, and deep understanding accordigingly. Each topic is broken down into concepts and exam-oriented explanations.

Best suited for going from Zero to writing lengthy Programs.
These were made by using Adarsh Tomar [Geeky Hub] Videos and also by other creators.

Batch Scripting Notes Preview [Unavailable]

Contents 📄

# Topic Sub-topics Level
01 Scripting Basics All basic terminologies Beginner
02 Batch Template Format A simple starting format for every script Beginner
03 Command Prompt Commands All CMD Commands Advanced
04 Operators in Batch All Operators and Symbols, FOR Loop Variables, Flow Control, SETLOCAL, GOTO vs CALL Advanced
05 Manipulating of Strings Manipulating given string variables Intermediate
06 Arrays and Looping Arrays, FOR Loop, Parameters, Loop variable Advanced