954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

creating links

Hello every1.

I'm having a tough time trying to make a button(when clicked) link or point to a partucular file(e.g setup file) and run that file within the same system.
Please help!
:(
a little code will help.

thanks in advance

teritori
Newbie Poster
11 posts since Jun 2004
Reputation Points: 10
Solved Threads: 0
 

If you mean an external file ... i.e, an exe file or like that .... then you should try

Process p = Runtime.getRuntime().exec("c:\myprogram.exe");

:mrgreen:

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You