Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. new ProcessStartInfo(@"c:myfoldermyapp.exe")
  2. {
  3. WorkingDirectory = @"c:myfolder",
  4. CreateNoWindow = false,
  5. UseShellExecute = false,
  6. UserName = adminUserName,
  7. Password = adminPassword
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement