I have a 'Readme' text document that accompanies my app.
I want to open 'Readme' from Form Activate so that the text file opens in Notepad and is the first thing the user sees before using the app.
Assuming the file is Readme.txt and it is on app.path, how can I do this.
(I don't want to create a form with the info on it)

The code would be much appreciated
GRAHAM