From cf3f92b44c8c02d1c8148ceed680fb5920770789 Mon Sep 17 00:00:00 2001 From: Maingron Date: Thu, 25 Jan 2024 23:50:13 +0100 Subject: [PATCH] Fix file not found if error in path; Change version to 0.4 --- Open With Retroarch.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open With Retroarch.cmd b/Open With Retroarch.cmd index a70e515..ef9d583 100644 --- a/Open With Retroarch.cmd +++ b/Open With Retroarch.cmd @@ -1,6 +1,6 @@ @echo off @REM Author: Maingron -@REM Version: 0.3 +@REM Version: 0.4 @REM Description: Open a game with Retroarch | GitHub: https://github.com/Maingron/Open-with-Retroarch @REM Website: https://maingron.com @REM Dependencies: Retroarch (https://retroarch.com) @@ -399,7 +399,7 @@ goto init goto check-core_set :run-run - start %retroarch-exe% -L %emu-core% %1 %additional-parameters% + start "" "%retroarch-exe%" -L %emu-core% %1 %additional-parameters% echo Started %rom-name% with %emu-core%. ping localhost -n 3 -w 500 > nul exit