Files
CreoMigrate/bin/gui.bat
T
2024-01-10 13:46:36 +01:00

7 lines
187 B
Batchfile

@echo off
CALL cremig_setenv.bat
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
python %CREMIG_LIB%\CreoMigrateGui.py %*
deactivate