Skip to content

Instantly share code, notes, and snippets.

@bdieudonne
bdieudonne / template.bat
Created April 29, 2025 10:03 — forked from jonfriesen/template.bat
A simple bat file template
@::!/dos/rocks
@echo off
goto :init
:header
echo %__NAME% v%__VERSION%
echo This is a sample batch file template,
echo providing command-line arguments and flags.
echo.
goto :eof