Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. cmdkey.exe /add:10.15.1.15 /user:MACHINE\jenkins /pass:changeme
  2. robocopy Project\bin\Release \\MACHINE\tempshare /s /xo /fft /R:10 /xf *.config
  3. psservice \\10.15.1.15 -accepteula stop Service
  4. psexec \\10.15.1.15 -accepteula robocopy c:\tempshare c:\Service /s /xo /fft /R:10 /xf *.config
  5. psservice \\10.15.1.15 -accepteula start Service
  6. cmdkey.exe /delete:10.15.1.15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement