Suppose a log file is created during execution of a program and the program writes the test results in it. I want it to be opened dynamically when i run the program from command prompt so that i can view the test results from it without open it manually by going to its folder.
Suggest me some code to do this.I use the Window OS. Also suggest me how it is possible in Linux