Besprechung der nächsten Schritte. Skelett von bat und lib dazu eingecheckt

This commit is contained in:
2023-11-16 15:13:44 +01:00
parent f277cbfd1a
commit 0adc9e72b4
4 changed files with 57 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%\get_sivas_teilestamm.py --sivas=%SIVAS_ID%
deactivate
+2
View File
@@ -18,4 +18,6 @@ set RD_DATABASE_SOURCE=\\ssg.local\freigaben\SIVAS_CAD_EDM\Migration\07_RD_Teile
set RD_DATABASE_NAME=RD_Teilenummern.csv
set VBA_MACRO_NAME=vba_format_excel.xlsm
set SIVAS_DATABASE_QUERY=Y:\jit\programme\Sivas2json.exe
REM set SIVAS_TEILESTAMM=\\195.243.223.3\sivas\NetEnv\Sivas4.exe
set SIVAS_TEILESTAMM=Y:\NetEnv\Sivas4.exe
popd