1
0
mirror of synced 2025-02-12 08:43:02 +01:00

5 lines
144 B
Batchfile
Raw Normal View History

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