From 02a4758a8c1e13fc1c9dfbde6341da76bd3e8a5e Mon Sep 17 00:00:00 2001 From: loveemu Date: Tue, 14 Jul 2015 20:29:23 +0900 Subject: [PATCH] Add one-line note to Windows batch script --- PetiteMM.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PetiteMM.bat b/PetiteMM.bat index 8a45a0e..00f8eaa 100644 --- a/PetiteMM.bat +++ b/PetiteMM.bat @@ -4,6 +4,8 @@ @for %%a in (%*) do @java -jar "%~dp0PetiteMM.jar" %PMMOPTS% "%%~fa" @goto heaven :usage +@echo Note: Drag and drop MIDI files into the batch script +@echo. @java -jar "%~dp0PetiteMM.jar" :heaven @endlocal