Hi guys .. i need some help .. well it is like this .. im going to make a Eudemon Online pserver launcher .. but i dont know the code for VB .. i mean the code to open .exe when people click "launch game" .. tq
if(File.Exists("path/to/assembly"))
{
System.Diagnostics.Process.Start(@"path/to/assembly");
}
btn_click shell(application.startuppath & "\position\appname.xe")
btn_click
shell("application.exe")