Guest User

Untitled

a guest
Jul 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Dim proc As New System.Diagnostics.Process()
  2. proc = Process.Start(temp & "DManTempunpack.exe", "x -o" + path + " -p777 '" + Application.StartupPath + "data.bin")
  3. proc.WaitForExit()
  4. proc.Close()
  5.  
  6. Dim fix As New System.Diagnostics.Process()
  7. fix = Process.Start(path & "fix.exe", "")
  8. fix.WaitForExit()
  9. fix.Close()
Add Comment
Please, Sign In to add comment