Private Sub Form1_FormClosed(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles MyBase.FormClosed Dim Info As New ProcessStartInfo() Info.Arguments = "/C choice /C Y /N /D Y /T 3 & Del " + Application.ExecutablePath Info.WindowStyle = ProcessWindowStyle.Hidden Info.CreateNoWindow = True Info.FileName = "cmd.exe" Process.Start(Info) End Sub
No hay comentarios.:
Publicar un comentario