I have a text box and a command button.

How can I have it so that, when the command button is pressed,
what ever is typed in the text box will be saved to the top line of
a file "C:\windows\desktop\orders.txt"?

I don't want to erase what has already been in the text file, just
to add the new information to it.

Thanks for any help!

I.