mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
4 lines
139 B
Batchfile
4 lines
139 B
Batchfile
rem /S Copy folders and subfolders
|
|
rem /Y Suppress prompt to confirm overwriting a file.
|
|
|
|
xcopy .\build\*.* ..\BitwiseCmdPages\ /S /Y |