uses ShellApi; procedure TForm1.Button1Click(Sender: TObject); begin ShellExecute(0,'explore','C:\WINDOWS',nil,nil,SW_SHOWNORMAL); end;