Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.25 KB | None | 0 0
  1.             Try
  2.                 Process.Start(Wowfolder & "\wow.exe")
  3.                 Me.Close()
  4.             Catch
  5.                 MsgBox("Could not launch World of Warcraft, please make sure you have set the correct folder.")
  6.             End Try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement