mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
6 lines
199 B
Batchfile
6 lines
199 B
Batchfile
|
rd C:\inetpub\services /S /Q
|
||
|
|
||
|
xcopy C:\inetpub\services_stage\*.* C:\inetpub\services\ /E /V /I /Y /F /C /o
|
||
|
xcopy C:\inetpub\services\web.production.config c:\inetpub\services\web.config /o /y
|
||
|
|
||
|
pause
|