Winexec('Notepad.exe',sw_Normal);
 uses shellapi
ShellExecute(0, 'open', 'Notepad.exe', nil, nil, SW_SHOW);
ShellExecute(Handle, nil,  pchar('www.sohu.com'),nil, nil, SW_SHOW)