4 * Copyright 2003 Dan Kegel
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #include "resources.h"
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
29 STRING_USAGE, "Start a program, or open a document in the program normally used for files\n\
32 start [options] program_filename [...]\n\
33 start [options] document_filename\n\
36 \"title\" Specifies the title of the child windows.\n\
37 /d directory Start the program in the specified directory.\n\
38 /b Don't create a new console for the program.\n\
39 /i Start the program with fresh environment variables.\n\
40 /min Start the program minimized.\n\
41 /max Start the program maximized.\n\
42 /low Start the program in the idle priority class.\n\
43 /normal Start the program in the normal priority class.\n\
44 /high Start the program in the high priority class.\n\
45 /realtime Start the program in the realtime priority class.\n\
46 /abovenormal Start the program in the abovenormal priority class.\n\
47 /belownormal Start the program in the belownormal priority class.\n\
48 /node n Start the program on the specified NUMA node.\n\
49 /affinity mask Start the program with the specified affinity mask.\n\
50 /wait Wait for the started program to finish, then exit with its\n\
52 /unix Use a Unix filename and start the file like windows\n\
54 /ProgIDOpen Open a document using the specified progID.\n\
55 /? Display this help and exit.\n"
57 STRING_EXECFAIL, "Application could not be started, or no application associated with the specified file.\nShellExecuteEx failed"
59 STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."