VERSION 4.00 Begin VB.Form Form1 Caption = "NNES" ClientHeight = 7275 ClientLeft = 4470 ClientTop = 3840 ClientWidth = 7770 Height = 7710 Left = 4410 LinkTopic = "Form1" ScaleHeight = 7275 ScaleWidth = 7770 Top = 3465 Width = 7890 Begin VB.CommandButton Command1 Caption = "Start" Height = 375 Left = 6360 TabIndex = 0 Top = 6600 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Exec_nnes End Sub