Files
tdesktop-dpi-fix-patch-example/Telegram/configure.bat
T
2020-01-02 13:45:21 +03:00

14 lines
182 B
Batchfile

@echo OFF
setlocal enabledelayedexpansion
set "FullScriptPath=%~dp0"
python %FullScriptPath%configure.py %*
if %errorlevel% neq 0 goto error
exit /b
:error
echo FAILED
exit /b 1