Application.exeName refers to the path of the exe you want to open. It's of type PChar and should be between ' '.

[pascal]ShellExecute(handle, 'open', 'c:\windows\notepad.exe', nil, nil, sw_ShowNormal);[/pascal]

Hope this helps