diff --git a/bin/create_tos_string.bat b/bin/create_tos_string.bat index 6aefc64..7579053 100644 --- a/bin/create_tos_string.bat +++ b/bin/create_tos_string.bat @@ -2,5 +2,5 @@ CALL cremig_setenv.bat 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