filebrowser_LAN/run.bat

5 lines
113 B
Batchfile

@echo off
chcp 65001 >nul
powershell -NoProfile -ExecutionPolicy ByPass -File "%~dp0Start-FileBrowser.ps1"
pause