Skip to content
Snippets Groups Projects
Commit 3212ece7 authored by svornost's avatar svornost
Browse files

casing for consistency

parent c2f76904
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
:: Concatenates files from dir %1 specified with wildcard %2 and outputs result to %3 :: Concatenates files from dir %1 specified with wildcard %2 and outputs result to %3
:: temporary codepage change to avoid mojibake :: temporary codepage change to avoid mojibake
FOR /f "tokens=2 delims=:." %%x IN ('CHCP') DO SET _cp=%%x FOR /f "tokens=2 delims=:." %%x IN ('CHCP') DO SET _CP=%%x
CHCP 65001 > NUL CHCP 65001 > NUL
:: TODO Proper temp file instead of bin\list.txt :: TODO Proper temp file instead of bin\list.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment