first commit
This commit is contained in:
12
Setup/CopySourceFiles.cmd
Normal file
12
Setup/CopySourceFiles.cmd
Normal file
@@ -0,0 +1,12 @@
|
||||
echo %~dp0
|
||||
|
||||
set Src=%~dp0Source
|
||||
|
||||
rd /S /Q "%Src%"
|
||||
md "%Src%"
|
||||
|
||||
robocopy "%~dp0..\F4SDwebService\Publish" "%Src%" * /S /E
|
||||
del /F /Q "%Src%\Config\*.XML"
|
||||
del /F /Q "%Src%\License\*"
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user