I create a txt and I can also read but how do I open it to the user as if I have clicked on it? can be by the same notepad or have it select the program ...
I create a txt and I can also read but how do I open it to the user as if I have clicked on it? can be by the same notepad or have it select the program ...
I found a solution ...
Runtime.getRuntime().exec("notepad C:\arq.txt");