mirror of
https://gitea.tendokyu.moe/CharaLol/Yukiotoko.git
synced 2026-09-22 22:38:05 +03:00
4 lines
394 B
Batchfile
4 lines
394 B
Batchfile
@echo off
|
|
set /p gamedircectory = Enter game path (e.g. C:\SegaGames\Chunithm\bin\chusanApp.exe)\n
|
|
netsh advfirewall firewall add rule name="Chunithm National Matching Inbound" dir=in action=allow profile=any program="%gamedirectory%" enable=yes
|
|
netsh advfirewall firewall add rule name="Chunithm National Matching Outbound" dir=out action=allow profile=any program="%gamedirectory%" enable=yes |