From 14966f87a1cd42d6faa6643717e8d1d374c32f42 Mon Sep 17 00:00:00 2001 From: James Pattinson Date: Thu, 9 Oct 2025 10:38:37 +0100 Subject: [PATCH] Pre scriupt wrapper --- prescript.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 prescript.cmd diff --git a/prescript.cmd b/prescript.cmd new file mode 100644 index 0000000..2e0f7d2 --- /dev/null +++ b/prescript.cmd @@ -0,0 +1,2 @@ +@echo off +powershell -ExecutionPolicy Bypass -File "%~dp0setActiveNode.ps1" %*