From 44b3b2607c5dc4acfb85badcf832c47715c8c7f8 Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Sun, 19 Jan 2025 17:19:02 -0500 Subject: [PATCH] Prepend python DLLs folder in Windows batch script PATH --- scripts/OATFWGUI_Windows.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/OATFWGUI_Windows.bat b/scripts/OATFWGUI_Windows.bat index 186a176..d61d4fe 100644 --- a/scripts/OATFWGUI_Windows.bat +++ b/scripts/OATFWGUI_Windows.bat @@ -1 +1,2 @@ +set "PATH=%~dp0\.python_local\DLLs;%PATH%" "%~dp0\.python_local\python.exe" "%~dp0\OATFWGUI\main.py" %*