How I open a file in c#? I don\'t mean reading it by textreader and readline(). I mean open it as an independent file in notepad.
this will open the file with the default windows program (notepad if you haven't changed it);
Process.Start(@"c:\myfile.txt")