Files
WinDeckHelper/WinDeckHelper.bat

4 lines
131 B
Batchfile

@echo off
pushd %~dp0Data\
PowerShell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& .\Windeckhelper.ps1"
popd