mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-02-10 13:32:58 +01: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 |