1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 3.0
5# Interpreter = perl
6# DefaultFor = .htm:.html
7# Caption = Firefox
8# Descr =Open files and/or directories in Firefox.
9# Descr =
10# Descr =Selection details:
11# Descr =
12# Descr =  Source: Ignored.
13# Descr =
14# Descr =  Target: The files and directories to be opened.
15# Icon = thirdparty/firefox.tga
16#[[END PROPERTIES]]
17
18use strict;
19use warnings;
20BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
21
22OpenTargetsWith('firefox');
23