Hi,
I have this statement that along with the API, opens Notepad

ShellExecute 0&, "OPEN", "A:\WageDet\Readme.txt", "", "", 1

My question is... What statement can I add so that when Notepad executes it is maximised, or do I need another API function to achieve this?

GRAHAM