mirror of
https://github.com/TangentFoxy/LovePackaging.git
synced 2024-11-09 09:34:22 +00:00
5 lines
87 B
Batchfile
5 lines
87 B
Batchfile
@ECHO OFF
|
|
FOR /F "eol=# tokens=1,2 delims==" %%i,%%j in (config.txt) DO (
|
|
rem stuff
|
|
)
|