erste Versuche für die Gui

This commit is contained in:
2024-01-10 13:46:36 +01:00
parent e249a4c750
commit 32146a0419
2 changed files with 257 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@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