chore: snapshot current intranet work

This commit is contained in:
b17301
2026-04-24 09:09:39 +09:00
parent a2affa2d45
commit fb11139da4
23 changed files with 16075 additions and 115 deletions
+14
View File
@@ -1,6 +1,20 @@
@echo off
setlocal
net session >nul 2>&1
if not "%errorlevel%"=="0" (
echo This script must be run as Administrator.
echo.
echo 1. Open Windows Start menu.
echo 2. Type cmd.
echo 3. Right-click Command Prompt and choose "Run as administrator".
echo 4. Run this command:
echo %~f0 %*
echo.
pause
exit /b 1
)
set SCRIPT_DIR=%~dp0
set WSL_IP=%~1
set PORT=%~2