ntdll: Fix a TRACE in NtGetContextThread.
[wine.git] / programs / start / start.rc
bloba818ddfcbc61587a7d06292c19c5681affc3d3d4
1 /*
2  * Start
3  *
4  * Copyright 2003 Dan Kegel
5  *
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.
10  *
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.
15  *
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
19  */
21 #include "resources.h"
23 #pragma makedep po
25 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
27 STRINGTABLE
29 STRING_USAGE, "Start a program, or open a document in the program normally used for files\n\
30 with that suffix.\n\
31 Usage:\n\
32 start [options] program_filename [...]\n\
33 start [options] document_filename\n\
34 \n\
35 Options:\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\
51                exit code.\n\
52 /unix          Use a Unix filename and start the file like windows\n\
53                explorer.\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."