batch
Context:
user.community.lang.batch.batch.talon
| Spoken | Backend |
|---|---|
| arg <number_small> | "%{number_small}" |
| call | "call " |
| call shell | "call cmd \\c " |
| delayed expansion | "SETLOCAL EnableDelayedExpansion\\n" |
| echo | "echo " |
| echo off | "@echo off\\n" |
| go to | "goto " |
| hard exit | "exit 1\\n" |
| if error | "if errorlevel 1 " |
| soft exit | "exit /B 1\\n" |