CODE: [Copy to clipboard]@echo off set 111=%~1 set 222=%~2 set 333=%~3 setlocal EnableDelayedExpansion echo !111! echo !222! echo !333!