dmusic: Fix IDirectMusic8Impl_CreateMusicBuffer buffer signature.
[wine/multimedia.git] / programs / start / start.rc
blobe442e3ca3e938c52925a8cc7bb77007d03ab0d3b
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 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25 STRINGTABLE
27 STRING_USAGE, "Start a program, or open a document in the program normally used for files with that suffix.\n\
28 Usage:\n\
29 start [options] program_filename [...]\n\
30 start [options] document_filename\n\
31 \n\
32 Options:\n\
33 /M[inimized] Start the program minimized.\n\
34 /MAX[imized] Start the program maximized.\n\
35 /R[estored]  Start the program normally (neither minimized nor maximized).\n\
36 /W[ait]      Wait for started program to finish, then exit with its exit code.\n\
37 /Unix        Use a Unix filename and start the file like windows explorer.\n\
38 /ProgIDOpen  Open a document using the following progID.\n\
39 /?           Display this help and exit.\n"
41 STRING_EXECFAIL, "Application could not be started, or no application associated with the specified file.\nShellExecuteEx failed"
43 STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename."