Files
Stefan Tollkühn ec74d4a2c1 Initial commit
2025-09-18 14:02:17 +02:00

6 lines
137 B
Batchfile

@echo off
set CURRENTDIR=%~dp0
netsh wlan add profile filename="%CURRENTDIR%\bnvbplus.xml" user="all"
timeout /T 20 /nobreak > nul