From c9547c65ba4e86eef46cc314713fe7ed94ce20ab Mon Sep 17 00:00:00 2001 From: Maingron Date: Sat, 19 Nov 2022 17:37:56 +0100 Subject: [PATCH] Add program info --- Open With Retroarch.bat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open With Retroarch.bat b/Open With Retroarch.bat index 6c46c12..512b78a 100644 --- a/Open With Retroarch.bat +++ b/Open With Retroarch.bat @@ -1,8 +1,15 @@ @echo off +@REM Author: Maingron +@REM Description: Open a game with Retroarch +@REM Website: https://maingron.com +@REM Dependencies: Retroarch (https://retroarch.com) + + set "retroarch-exe=G:\SteamLibrary\steamapps\common\RetroArch\retroarch.exe" set "rom-path=%~dp1" set "rom-name=%~nx1" set "rom-ext=%~x1" +title Open With Retroarch - %rom-name% IF NOT DEFINED rom-ext (goto error-no_input_ext) goto %rom-ext%