Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VasuT

  1. VasuT

    how to run IE in java program

    public void showDocument(String s) throws Exception { String s1 = "rundll32 url.dll,FileProtocolHandler " + s; Process process = Runtime.getRuntime().exec(s1); }

Part and Inventory Search

Back
Top