8 lines
270 B
Batchfile
8 lines
270 B
Batchfile
@echo off
|
|
CALL cremig_setenv.bat
|
|
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
|
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 %*
|
|
deactivate
|