Search found 1 match

by ercolino
03 Aug 2022 02:39
Forum: DOS Batch Forum
Topic: Help to understand
Replies: 1
Views: 2566

Help to understand

Hello everyone, I could use some help to understand what this part of code in a .bat file does: for /f "tokens=1 usebackq" %%A in (%casa%\tmp\lista-t.txt) do ( rem del /q /f %casa%\tmp\t-ok.txt for /f "tokens=1 usebackq" %%a in (%casa%\tmp\lista-zip.txt) do (call :CREALISTA-OK %%A %%a ) if not exist...