Database mit Userinput abfragen
This commit is contained in:
@@ -8,5 +8,8 @@ set CREMIG_LOG=%CREMIG%\log
|
|||||||
set CREMIG_DATA=%CREMIG%\data
|
set CREMIG_DATA=%CREMIG%\data
|
||||||
|
|
||||||
set PATH=%CREMIG%\bin;%PATH%
|
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_INCLUDE_DIR
|
||||||
REM PYTHON_LIBRARY
|
REM PYTHON_LIBRARY
|
||||||
|
|||||||
@@ -1,2 +1,5 @@
|
|||||||
call cremig_setenv.bat
|
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
|
||||||
Reference in New Issue
Block a user