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 |