LovePackaging/build.bat

5 lines
87 B
Batchfile
Raw Normal View History

2014-11-11 08:12:52 +00:00
@ECHO OFF
FOR /F "eol=# tokens=1,2 delims==" %%i,%%j in (config.txt) DO (
rem stuff
)