I want to add Code that need to put my project to Folder that App I want to start when press the button [Start App] Ex: If want to start MAT.exe then need to put My Project [APP] to MAT Folder
Code:
Process.Start("Programdir")
or something else Help Me Sorry Noob English
Don't use caps lock, it's fucking annoying and try to explain more.
If Not File.Exists(Filename) Then
'Display message
Messagebox.Show("Please move to {0} directory", "Error")
Else
'start executable
Process.Start(Filename)
End If