This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| chcp 65001 > nul | |
| :: 65001 - UTF-8 | |
| cd /d "%~dp0" | |
| call service.bat status_zapret | |
| call service.bat check_updates | |
| call service.bat load_game_filter | |
| call service.bat load_user_lists | |
| echo: |