diff --git a/bin/cremig_setenv.bat b/bin/cremig_setenv.bat index d1442de..3ab8c53 100644 --- a/bin/cremig_setenv.bat +++ b/bin/cremig_setenv.bat @@ -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 diff --git a/bin/get_sivas_dbase.bat b/bin/get_sivas_dbase.bat index 806fa2f..b50f1df 100644 --- a/bin/get_sivas_dbase.bat +++ b/bin/get_sivas_dbase.bat @@ -1,2 +1,5 @@ call cremig_setenv.bat -python %CREMIG_LIB%\update_database.py --sivas \ No newline at end of file +@echo off +set /p id=Enter Sivas ID: +python %CREMIG_LIB%\update_database.py --sivas=%id% +pause \ No newline at end of file