Skip to content

Commit

Permalink
Add Windows batch file for batch conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
gocha committed Sep 2, 2014
1 parent 92bf737 commit cc994fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/MidiSplitAll.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@for %%a in (*.mid) do @midisplit "%%a" "%%~na-split.mid"

rem @set midisplit_dir=%~dp0
rem
rem :dispatch_loop
rem @if "%1"=="" @goto dispatch_done
rem @echo %midisplit_dir%midisplit "%1" "%~dpn1.mid"
rem @shift
rem @goto dispatch_loop
rem :dispatch_done

0 comments on commit cc994fc

Please sign in to comment.