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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fpaaske

    open a file in an external default program

    hi! i had the same problem, but here is how to do it in win2000: try { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("cmd /c start yourFile"); } catch(Exception e) { System.out.println(e); } remember to use full path and extension of the file. /frank

Part and Inventory Search

Back
Top