Initial intranet dashboard app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set SCRIPT_DIR=%~dp0
|
||||
set PORT=%~1
|
||||
|
||||
if "%PORT%"=="" set PORT=8010
|
||||
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%remove_windows_portproxy.ps1" -Port %PORT%
|
||||
|
||||
endlocal
|
||||
Reference in New Issue
Block a user