Skip to content

Commit

Permalink
Add one-line note to Windows batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
loveemu committed Jul 14, 2015
1 parent de27a29 commit 02a4758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PetiteMM.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02a4758

Please sign in to comment.