Search found 31 matches

by lockedscope
12 Jun 2020 10:47
Forum: DOS Batch Forum
Topic: Executing dynamic code blocks
Replies: 1
Views: 2529

Executing dynamic code blocks

In the following experimental code, i could dynamically create *code* blocks with several alternatives. So, i want to know if it is possible to simplify the Alternative0 with escaping and also those multi-levels of expansions. @echo off call :check_Permissions if not %errorLevel%==0 exit /b setlocal...