10 lines
287 B
Batchfile
10 lines
287 B
Batchfile
@echo off
|
|
REM ~dp0 steht für das Verzeichnis, in der diese Datei liegt
|
|
|
|
call setenv.bat
|
|
|
|
REM Beispielaufruf mit Parametern:
|
|
REM --in: Ordner mit .par-Dateien (optional. Standard: Input)
|
|
REM --out: Zielverzeichnis (optional. Standard: Work)
|
|
|
|
python %PROJECT_LIB%\create_assemblies.py %* |