Angepasst, damit auch Netzwerk-Interpreter auf U: genutzt werden kann
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\update_database.py -r
|
python %CREMIG_LIB%\update_database.py -r
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
|
IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
|
||||||
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
|
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\update_database.py --blacklist
|
python %CREMIG_LIB%\update_database.py --blacklist
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
CALL 01_get_rd_dbase.bat
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
IF NOT EXIST %CREMIG_DATA%\%RD_DATABASE_NAME% CALL %CREMIG_BIN%\01_get_rd_dbase.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\compare_lists.py %*
|
python %CREMIG_LIB%\compare_lists.py %*
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\get_sivas_teilestamm.py %*
|
python %CREMIG_LIB%\get_sivas_teilestamm.py %*
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
@echo off
|
@echo off
|
||||||
:start
|
:start
|
||||||
call cremig_setenv.bat
|
|
||||||
set /p "id=Baugruppennummer: "
|
set /p "id=Baugruppennummer: "
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
CALL 04_compare_lists.bat -n %id% -t
|
||||||
CALL %CREMIG_BIN%\01_get_rd_dbase.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\compare_lists.py -n %id% -t
|
|
||||||
goto start
|
goto start
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
@echo off
|
@echo off
|
||||||
CALL cremig_setenv.bat
|
CALL manage_interpreter.bat activate_interpreter
|
||||||
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
||||||
CALL %CREMIG%\.venv\Scripts\activate.bat
|
|
||||||
python %CREMIG_LIB%\create_tos.py %*
|
python %CREMIG_LIB%\create_tos.py %*
|
||||||
deactivate
|
CALL manage_interpreter.bat deactivate_interpreter
|
||||||
|
|||||||
Reference in New Issue
Block a user