Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. Process download = new Process();
  2.                         download.StartInfo.FileName = "powershell.exe";
  3.                         download.StartInfo.Arguments = "robocopy \\" + "\\ubisoft.org\\projects\\Orwell\\KIV\\Versions\\Production\\orwell-game\\" + message + " D:\\Orwell\\orwell-game\\" + message + " /mir";
  4.                         download.Start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement