codice:
Dim myProc As New Process
myProc.Start("explorer.exe c:\programmi")
'...
myProc.Kill()