tdesktop/Telegram/configure.bat

13 lines
150 B
Batchfile
Raw Normal View History

2019-12-06 10:17:40 +00:00
@echo OFF
set "FullScriptPath=%~dp0"
python %FullScriptPath%configure.py %*
if %errorlevel% neq 0 goto error
exit /b
:error
echo FAILED
exit /b 1