1#!
2#[[BEGIN PROPERTIES]]
3# Type = Command
4# Order = 1.0
5# Interpreter = perl
6# DefaultFor = .abw:.aw:.awt:.bzabw:.cwk:.dbk:.doc:.docx:.dot:.fo:.hwp:.ics:.icsii:.kwd:.mif:.pdb:.rtf:.wml:.wpd:.wri:.zabw
7# Caption = AbiWord
8# Descr =Open files in AbiWord.
9# Descr =
10# Descr =Selection details:
11# Descr =
12# Descr =  Source: Ignored.
13# Descr =
14# Descr =  Target: The files to be opened.
15# Icon = thirdparty/abiword.tga
16#[[END PROPERTIES]]
17
18use strict;
19use warnings;
20BEGIN { require "$ENV{'EM_DIR'}/res/emFileMan/scripts/cmd-util.pl"; }
21
22OpenTargetFilesWith('abiword');
23