-.-Private Sub Command1_Click()
With CommonDialog1
.FileName = "ini.bat"
.ShowOpen
If .FileName <> "ini.bat" Then
RetVal = Shell("CommonDialog1.FileName", vbWindowState)
End If
End With
End Sub

rivate Sub Command1_Click()
With CommonDialog1
.FileName = ""
.ShowOpen
If .FileName <> "" Then
RetVal = Shell("CommonDialog1.FileName", vbWindowState)
End If
End With
End Sub
.Filename = ""