admin-launch.cmd
-- Check for admin rights and relaunch as admin if necessaryarray.cmd
-- Mocking array variablescmdargs.cmd
-- Command argument expansioncrlf-vs-lf.cmd
-- Demonstrate problems with LF line endings in Windows scriptsdelayed_expansion.cmd
-- Delayed expansion of environment variablesecho-args.cmd
-- Echo command-line argumentsexitcode.cmd
-- Demonstrateexit /b
from a subroutinefailexit.cmd
-- Illustration of the challenges of managing CMD script exit codesindirect-goto.cmd
-- Jumping to labels programmaticallyscript-utf8-nobom.cmd
-- Unicode outputsub-setlocal.cmd
-- Demonstrates the entirely new execution context of a called subroutinezipdir.cmd
-- Creating a zip archive of a directory using PowerShell