summaryrefslogtreecommitdiffhomepage
path: root/res/windows_bats/start_fake.bat
blob: 5bfbe953672842799bf5950c8cc5ed654fbae322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@REM SPDX-FileCopyrightText: 2025-2026 Dilluti0n <[email protected]>
@REM SPDX-License-Identifier: GPL-3.0-or-later

@echo off

set "ARGS=--fake --fake-ttl 8"
set "EXE=%~dp0dpibreak.exe"
set "BAT=%0"

pushd "%~dp0"
start "" %EXE% %ARGS%
popd >nul

exit /b 0