I need to be able to display the results of my script without writing them to a file. I'm using an array to store my results, but the content is WAY to large for a single message box, and I need to be able to see all of the content at once.I can accomplish this by writing to a text file and then using notepad to open it, but then I have a residual file on the hard drive. Is there a way to post the content INTO a notepad without actually having a file for notepad to open ?? Basically, have my script read from the array and then write directly to notepad? When I close notepad, Nothing is saved unless I specifically say so.
-SWarrior
-SWarrior