File size: 182 Bytes
ed01507
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
@echo off

set PATH=C:\Windows\System32;%PATH%

@call installer\Scripts\activate.bat

@call lama-cleaner --load-installer-config --installer-config %0\..\installer_config.json

PAUSE