How can I launch an application from a desktop shortcut? ------------------ PAS peter@panvox.net 2b | | !2b
PAS<br />peter@panvox.net<br />2b || !2b
jason adam
Chicken Farmer ()
Ranch Hand
Joined: May 08, 2001
Posts: 1932
posted
0
Well, for GUI apps that I use on a regular basis (not in a true development environment, so this is just my own experience), I simply create a batch file that runs the java command and opens the app. Not sure if that is what you are looking for. There are several posts spread throughout the Ranch on converting an app to .exe, might do a search for those if that is what you are looking for. Hope that helps Jason