mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
9 lines
133 B
Batchfile
Executable File
9 lines
133 B
Batchfile
Executable File
set "a=%~1"
|
|
set "b=%~2"
|
|
set "c=%~3"
|
|
set "a=%a:/=\%"
|
|
set "b=%b:/=\%"
|
|
set "c=%c:/=\%"
|
|
copy %a%\%c% %b%\
|
|
copy %a%\FTD3XX.h %b%\ftd3xx.h
|