Files
2026-06-14 09:06:45 +02:00

10 lines
313 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
REM Projektpfade setzen Datei per "call setenv.bat" einbinden
SET MILCH_HOME=%~dp0..
IF "%MILCH_HOME:~-1%"=="\" SET MILCH_HOME=%MILCH_HOME:~0,-1%
SET MILCH_BIN=%MILCH_HOME%\bin
SET MILCH_LIB=%MILCH_HOME%\lib
SET MILCH_CFG=%MILCH_HOME%\cfg
SET MILCH_IN=%MILCH_HOME%\in
SET MILCH_OUT=%MILCH_HOME%\out