Database mit Userinput abfragen

This commit is contained in:
2023-09-26 15:22:26 +02:00
parent 571b61b6b2
commit d19fbf01df
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -8,5 +8,8 @@ set CREMIG_LOG=%CREMIG%\log
set CREMIG_DATA=%CREMIG%\data
set PATH=%CREMIG%\bin;%PATH%
REM set RD_DATABASE_SOURCE=\\ssg.local\freigaben\Abteilungen\Entwicklung\PLM\Bestandspool.xlsx
set RD_DATABASE_SOURCE=Z:\Entwicklung\PLM\Bestandspool.csv
REM PYTHON_INCLUDE_DIR
REM PYTHON_LIBRARY
+4 -1
View File
@@ -1,2 +1,5 @@
call cremig_setenv.bat
python %CREMIG_LIB%\update_database.py --sivas
@echo off
set /p id=Enter Sivas ID:
python %CREMIG_LIB%\update_database.py --sivas=%id%
pause