10 lines
288 B
Batchfile
10 lines
288 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 .asm-Dateien (optional. Standard: Work)
|
|
REM --out: Zielverzeichnis (optional. Standard: Work\stl_export)
|
|
|
|
python %PROJECT_LIB%\save_stl.py %* |