Shell "cmd /c" + Text1.Text
shell text1.text
Dim str1 As String str1 = "cmd /c " & Text1.Text Shell str1
Dim str1 As String str1 = "cmd /k " & Text1.Text Shell str1