5 lines
99 B
Batchfile
Raw Normal View History

@echo off
cd /d "%~dp0"
powershell -NoProfile -ExecutionPolicy Bypass -File "App\MAS_GUI.ps1"
exit