I have a program that saves the date and time into a variable and then builds a text file with that variable as the name.

I want to open that text file in notepad from the same program right before the program closes.

So basically i want to open a text file in notepad using a variable to designate the file name.

Mike