File size: 185 Bytes
a4a35d8 |
1 2 3 4 5 6 7 |
@echo off
rem This script was created by Nuitka to execute 'app.exe' with Python DLL being found.
set PATH=c:\python\python37;%PATH%
set PYTHONHOME=c:\python\python37
"%~dp0.\app.exe"
|