Veya;
[vb:1:46083f6501]Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
'
Sub Test()
ShellExecute 0&, "Open", "C:\TempFolder", vbNullString, "C:\", 1
End Sub
[/vb:1:46083f6501]