7 lines
206 B
Batchfile
7 lines
206 B
Batchfile
|
|
@echo off
|
|
rem This script was created by Nuitka to execute 'anon_gui.exe' with Python DLL being found.
|
|
set PATH=C:\PROGRA~1\PYTHON~1;%PATH%
|
|
set PYTHONHOME=C:\Program Files\Python311
|
|
"%~dp0anon_gui.exe" %*
|