Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim lRet&
lRet = Shell("cmd /k devenv m:\myproject.sln /build Release", 1)
End Sub
This fails with the command line saying "devenv" is misspelt or not found.
Does anybody know why?