mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-06 02:45:07 +01:00
4 lines
204 B
Batchfile
4 lines
204 B
Batchfile
@ECHO OFF
|
|
@FOR /F "delims=/" %%D in ('dir /b *.pcm') do raw2c "%%~nD".pcm
|
|
@FOR /F "delims=/" %%D in ('dir /b *.ogg') do raw2c "%%~nD".ogg
|
|
@FOR /F "delims=/" %%D in ('dir /b *.mp3') do raw2c "%%~nD".mp3 |