Files
CreoMigrate/bin/03_compare_lists.bat
T

8 lines
195 B
Batchfile

call cremig_setenv.bat
@echo off
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
call ..\Scripts\activate
python %CREMIG_LIB%\compare_lists.py --sivas=%SIVAS_ID%
pause