user.lang.batch.batch
soft exit | Insert “exit /B 1 \n” |
hard exit | Insert “exit 1 \n” |
echo | Insert “echo “ |
echo off | Insert “@echo off \n” |
call | Insert “call “ |
call shell | Insert “call cmd \ c “ |
if error | Insert “if errorlevel 1 “ |
go to | Insert “goto “ |
delayed expansion | Insert “SETLOCAL EnableDelayedExpansion \n” |
arg <number_small> | Insert “% { number_small }” |