Add configure.bat for executing PowerShell script and update runner-launcher.vbs comments for clarity

This commit is contained in:
Arne Moerman
2026-05-12 11:09:47 +02:00
parent 6c10d359d2
commit 2e54d0b121
2 changed files with 11 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0configure.ps1"