After adding shellAPI to my uses, I used the Procedure:
ShellExecute(handle, 'open', Application.ExeName, nil, nil, sw_ShowNormal);
I get an error from Application.ExeName. It(the compiler) says "Incompatible types: 'String' and 'PAnsiChar'. Any ideas?