Hello,
If it is just a text file then all you rellay need is to give it a .TXT extension and windows will see it as a file for NOTEPAD. If the server is a Linux server then you might run into a well know issue. The format of Windows and Unix text files differs slightly. In Windows, lines end with both the line feed and carriage return ASCII characters, but Unix uses only a line feed. As a consequence, some Windows applications will not show the line breaks in Unix-format files. Likewise, Unix programs may display the carriage returns in Windows text files with Ctrl-m ( ^M ) characters at the end of each line.
The following page as several options for changing the format of the file to go either way.