From cedb410901d2373eedc18dfd3bf3f9c3e8da69cf Mon Sep 17 00:00:00 2001 From: zoogie Date: Mon, 2 Oct 2023 13:35:42 -0500 Subject: [PATCH] Update mset9.bat Use py -3 instead of python to call script --- MSET9_installer_script/mset9.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MSET9_installer_script/mset9.bat b/MSET9_installer_script/mset9.bat index 450bfc6..96a2364 100644 --- a/MSET9_installer_script/mset9.bat +++ b/MSET9_installer_script/mset9.bat @@ -1,2 +1,2 @@ -python mset9.py -pause \ No newline at end of file +py -3 mset9.py +pause