Skip to content

Commit

Permalink
Create copy-scalable-devices.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrguerra committed Jul 28, 2022
1 parent 7d69c53 commit 6dd4716
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev-tools/copy-scalable-devices.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SET folder16="../Monday/16x16/devices"
SET folder22="../Monday/22x22/devices"
SET folder24="../Monday/24x24/devices"
SET folder32="../Monday/32x32/devices"
SET folder48="../Monday/48x48/devices"
SET folder64="../Monday/64x64/devices"
xcopy /i /e /y "scalable" %folder16%
xcopy /i /e /y "scalable" %folder22%
xcopy /i /e /y "scalable" %folder24%
xcopy /i /e /y "scalable" %folder32%
xcopy /i /e /y "scalable" %folder48%
xcopy /i /e /y "scalable" %folder64%
del "scalable" /s /q
pause

0 comments on commit 6dd4716

Please sign in to comment.