Skip to content

Commit 44b3b26

Browse files
Prepend python DLLs folder in Windows batch script PATH
1 parent 79b5365 commit 44b3b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/OATFWGUI_Windows.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
set "PATH=%~dp0\.python_local\DLLs;%PATH%"
12
"%~dp0\.python_local\python.exe" "%~dp0\OATFWGUI\main.py" %*

0 commit comments

Comments
 (0)