Introduction - If you have any usage issues, please Google them yourself
Private Sub Command3_Click()
Shell Text1.Text
End Sub
Private Sub Command4_Click()
dakai1.InitDir = "c:\"
dakai1.Filter = "EXE(*.exe,*.bat)|*.exe*.bat"
dakai1.Action = 1
Text1.Text = dakai1.FileName
End Sub