Windows launcher: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
m (Reverted edit of Yvyfyjeh, changed back to last version by Dan Polansky) |
||
Line 1: | Line 1: | ||
==Function== | |||
This launcher provides the following. | This launcher provides the following. | ||
Line 19: | Line 19: | ||
| The launcher has to reside in a directory relative to the application directory. However, it can be run from any other directory. Therefore, if you assign the launcher to a file type, the application is run correctly with the file passed as an argument. | | The launcher has to reside in a directory relative to the application directory. However, it can be run from any other directory. Therefore, if you assign the launcher to a file type, the application is run correctly with the file passed as an argument. | ||
|} | |} | ||
Revision as of 19:11, 18 November 2010
Function
This launcher provides the following.
Feature | Description |
---|---|
Icon | Has an icon. |
Dropping a file | When a file is dragged and dropped over the launcher, it is passed to Java application as a parameter. |
Argument passing | When the launcher is run from a DOS console and given multiple arguments, all are passed to the Java application. |
Changing to directory | The launcher has to reside in a directory relative to the application directory. However, it can be run from any other directory. Therefore, if you assign the launcher to a file type, the application is run correctly with the file passed as an argument. |