mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 23:22:20 +00:00
added scripts and SUPERMICRO
This commit is contained in:
26
deploy1.bat
Normal file
26
deploy1.bat
Normal file
@@ -0,0 +1,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
|
||||
|
||||
)
|
||||
Reference in New Issue
Block a user