I have 3 list boxes..I would like to send the contents of the listbox to a text file but I do not want to save this file through code..I just want notepad's instance to open up with the contents when its all done.

For instance in one list box i have:

lstBlah
---------
100
200
300
400
etc...

So I want to write to the text file:
100
200
300
400
etc..

and upon completion have this file open..which then allows me to save

Can anyone help me out here..
Thanks,
Jon