forked from sstent/Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy1.bat
More file actions
26 lines (22 loc) · 1.63 KB
/
deploy1.bat
File metadata and controls
26 lines (22 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
REM COMMWEB1
for /f %%1 in (commweb.txt) do (
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\Community\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\Wizard\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
)
REM STRLOCWEB
for /f %%1 in (strlocweb.txt) do (
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\Kids\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\StoreLocator\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
)
REM NETCART
for /f %%1 in (netcart.txt) do (
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\Cart\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
)
REM SRCHRES
for /f %%1 in (srchres.txt) do (
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\SEARCHRES\quicksearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
)
REM SRCHRES
for /f %%1 in (mvp.txt) do (
robocopy \\inystg01\inetpub\software-releases\cpsrchres-0201-SolrSearch303040\InetPub\books\quicksearch\bin \\%%1\d$\InetPub\Gifts\QuickSearch\bin bn.webutils.dll.config /log+:deploy1.log /r:1 /w:1
)