====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_launch_first_item [2014/03/12 00:47] tbog [Script code] |
script_launch_first_item [2014/03/12 00:53] (current) tbog [About the script] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== About the script ====== | ====== About the script ====== | ||
| - | * Purpose : Launch the first (the topmost leftmost item) from a folder. | + | * Purpose : Launch the first (the topmost leftmost item) from a folder without opening the folder. |
| * Author : TBog | * Author : TBog | ||
| * Link: www.google.com/+BogdanTautuTBog | * Link: www.google.com/+BogdanTautuTBog | ||
| Line 25: | Line 25: | ||
| var minItem; | var minItem; | ||
| var i = 0; | var i = 0; | ||
| - | /* find at least a shortcut */ | + | /* make sure we find at least a shortcut */ |
| while ( i < count ) | while ( i < count ) | ||
| { | { | ||