Guest User

Untitled

a guest
Nov 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ZipFile.ExtractToDirectory(DownloadName, DownloadName.Remove(DownloadName.Length - 4));
  2. Process.Start(DownloadName.Remove(DownloadName.Length - 4) + "\" + DownloadName.Replace(".zip", ".exe"), "-sd");
  3.  
  4. Directory.CreateDirectory("data");
Add Comment
Please, Sign In to add comment