1
0
mirror of synced 2024-11-15 02:47:41 +01:00
FFBArcadePlugin/Post-Build/copydlls.bat

5 lines
156 B
Batchfile
Raw Normal View History

2019-04-07 07:16:19 +02:00
cd %1 %2
for /D /r %%d in (.) do @xcopy *.dll "%%d\" /y
for /D /r %%d in (.) do @xcopy FFBPluginReadme.txt "%%d\" /y
2019-04-07 07:16:19 +02:00
del %1\*.dll
del %1\FFBPluginReadme.txt