Files
MacroPadOS/copy_to_device.cmd
2022-05-22 16:10:09 -04:00

2 lines
107 B
Batchfile

xcopy .\* E:\ /s /d /exclude:excludedfileslist.txt /Y
xcopy .\* F:\ /s /d /exclude:excludedfileslist.txt /Y