Add Run_GUI.cmd to launch the MAS_GUI PowerShell script

This commit is contained in:
Mykola08 2026-01-15 22:00:27 +01:00
parent 31a79148b1
commit 135aa20d5a
14 changed files with 25183 additions and 46245 deletions

4
Run_GUI.cmd Normal file
View file

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