Skip to content

Commit

Permalink
add Mp4 delete support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnneijzen committed Jun 5, 2016
1 parent dcd8c2f commit 7c93cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Programs/Batch/Osu Video Deleter.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ IF %check%==y (
del /s *.avi
del /s *.flv
del /s *.wmv
del /s *.mp4
) ELSE (
echo Restart program
pause
Expand Down

0 comments on commit 7c93cdc

Please sign in to comment.