7 lines
202 B
Batchfile
7 lines
202 B
Batchfile
@echo off
|
|
CALL manage_interpreter.bat activate_interpreter
|
|
cd /d %PROJECT%
|
|
"%VIRTUAL_ENV%\Scripts\python.exe" -m lib.plant2dxf %*
|
|
CALL manage_interpreter.bat deactivate_interpreter
|
|
exit /b %ERRORLEVEL%
|