CoolFace
Apppublic

MegaTronX/Subsystem_OS_Command_Access

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
app.cmd7 linesDownload Raw Back to root
1 2@echo off3rem This script was created by Nuitka to execute 'app.exe' with Python DLL being found.4set PATH=c:\python\python37;%PATH%5set PYTHONHOME=c:\python\python376"%~dp0.\app.exe"7