erste Fassung rein

This commit is contained in:
2023-11-29 19:29:21 +01:00
parent 6d4ee17335
commit 7be759fd01
2 changed files with 62 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%\create_tos.py
deactivate