forked from FroSteel/Planification
4 lines
225 B
Batchfile
4 lines
225 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
powershell.exe -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "Get-ChildItem -LiteralPath '%~dp0' -Recurse -File | Unblock-File -ErrorAction SilentlyContinue; & '%~dp0bin\manage.ps1'"
|