tdesktop/Telegram/configure.bat

14 lines
182 B
Batchfile
Raw Normal View History

2019-12-06 11:17:40 +01:00
@echo OFF
2020-01-02 11:44:09 +01:00
setlocal enabledelayedexpansion
2019-12-06 11:17:40 +01:00
set "FullScriptPath=%~dp0"
python %FullScriptPath%configure.py %*
if %errorlevel% neq 0 goto error
exit /b
:error
echo FAILED
exit /b 1