diff --git a/stage.bat b/stage.bat new file mode 100644 index 0000000..fd26fd0 --- /dev/null +++ b/stage.bat @@ -0,0 +1,4 @@ +rem /S Copy folders and subfolders +rem /Y Suppress prompt to confirm overwriting a file. + +xcopy .\build\*.* ..\BitwiseCmdPages\ /S /Y \ No newline at end of file