mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 04:05:06 +03:00
4 lines
131 B
Batchfile
4 lines
131 B
Batchfile
@echo off
|
|
pushd %~dp0Data\
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& .\Windeckhelper.ps1"
|
|
popd |