there are probably lots of ways to display a text file on the desktop. One way that comes to mind is to shell a copy of notepad with the text file.
However, until you close the text file, it probably has 0 length and nothing will show.
Another way would be to create a form in Access with an edit control. As you read lines from the text file, append the lines to the edit control, and refresh the form.