File size: 190 Bytes
457b8fd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
@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