Hello I am M. Sullivan II



Code:
 
Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
        Process.Start(C:\"Resources\w2ksp2.exe")
    End Sub
This path and file are on my computer.I am trying to build this with Visual Studio 2005. I am running Windows XP.I have heard of a Autorun CD creator and might try it.

...