Spaces:
Running
Running
| @echo off | |
| REM ensure we’re in the script’s folder: | |
| cd /d "%~dp0" | |
| REM call the real python | |
| python translator_gui.py | |
| REM or, alternatively: | |
| REM py -3 translator_gui.py | |
| pause | |