mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 22:25:53 +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 |