| Author |
Execute file within a jar
|
Joshua Elkino
Ranch Hand
Joined: Jul 24, 2007
Posts: 91
|
|
I'm building a swing application that takes command line calls and executes them. I'm ultimately trying to create the ability to start applications on remote workstations and since there is no standard Windows command to do this i found that PsExec can do this for me. The question now become instead of requiring a user to install PsExec seperately, can i drop it into my project source and call it as needed so that when i distribute the application, there is no outside dependency.
PsExec examples
Thanks
|
 |
 |
|
|
subject: Execute file within a jar
|
|
|