mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-01 14:36:00 +00:00
8 lines
113 B
Batchfile
8 lines
113 B
Batchfile
|
@echo off
|
||
|
|
||
|
pushd %~dp0..\..\..\..\wasabi\
|
||
|
set basedir=%cd%
|
||
|
popd
|
||
|
|
||
|
for %%a in (*.m) do "%basedir%\mc.exe" %%a
|
||
|
pause
|