2022-10-25 08:41:01 +02:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
set PATH=C:\Windows\System32;%PATH%
|
|
|
|
|
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
|
2023-01-20 09:52:38 +01:00
|
|
|
@call lama-cleaner --load-installer-config --installer-config %0\..\installer_config.json
|
2023-01-17 13:48:38 +01:00
|
|
|
|
|
|
|
PAUSE
|