import java.util.*; import java.io.*; class Notepad { public static void main(String[] args) { Runtime rs = Runtime.getRuntime(); try { rs.exec("notepad"); } catch (IOException e) { System.out.println(e); } } }
Friday, 9 August 2013
How to open notepad using Java program
Posted by
Unknown
at
06:26
Tags :
Open Notepad
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment