Eric Pouech
|
ff7ff4d0b4
start: Ignore Ctrl-C and let the child decides what to do with it.
|
2 years ago |
Alexandre Julliard
|
997ae6ddc9
start: Import the correct command-line building algorithm from ntdll.
|
3 years ago |
Alexandre Julliard
|
15a6ee9440
start: Add a private /exec option to replicate the Wine command-line usage.
|
3 years ago |
Alexandre Julliard
|
1b4b4a9bb5
start: Avoid duplicate backslashes in command line.
|
3 years ago |
Michael Stefaniuc
|
6e8af61f10
start: Use wide-char string literals.
|
4 years ago |
Damjan Jovanovic
|
c5bceecb51
start.exe: STARTUPINFOW needs the STARTF_USESHOWWINDOW flag.
|
5 years ago |
Alexandre Julliard
|
ed6a5e97e0
programs: Make all program entrypoints cdecl.
|
5 years ago |
Damjan Jovanovic
|
42fa293d48
start.exe: Search PATH for the executable to launch.
|
5 years ago |
Damjan Jovanovic
|
3c7501e8f0
start.exe: Launch all binaries through CreateProcess().
|
5 years ago |
Damjan Jovanovic
|
f2fa7ec3c5
start.exe: Pass the "show window" flags to CreateProcess() too.
|
5 years ago |
Damjan Jovanovic
|
6ae919de81
start.exe: Unquote the title.
|
5 years ago |
Alexandre Julliard
|
dae088939b
start: Build with msvcrt.
|
5 years ago |
Nikolay Sivov
|
1c93654885
start: Try cycling through extensions if original path failed to execute.
|
6 years ago |
Michael Stefaniuc
|
414fe80aeb
start: Use the ARRAY_SIZE() macro.
|
6 years ago |
Bas Weelinck
|
5b4f8a385b
start: Ignore multiple quoted arguments as title.
|
7 years ago |
Vincent Povirk
|
9e0971e374
start: Don't use SEE_MASK_NO_CONSOLE.
|
10 years ago |
Frédéric Delanoy
|
c60e81b7c9
start: Use BOOL type where appropriate.
|
10 years ago |
Frédéric Delanoy
|
a478c108e2
start: Constify a character string.
|
11 years ago |
André Hentschel
|
76bc1d76a5
start: Fix mask for creation flags (coverity).
|
12 years ago |
Francois Gouget
|
65f686c8cd
start: Fix the name of the open verb for the /ProgIDOpen option.
|
12 years ago |
Francois Gouget
|
e0f4d5caf9
start: Fix the command line handling.
|
12 years ago |
Francois Gouget
|
da7e97bbe5
start: Remove the license and the /L option.
|
12 years ago |
Alexandre Julliard
|
c9eee73450
makefiles: Define __WINESRC__ when building programs.
|
13 years ago |
Francois Gouget
|
c992ca277d
Assorted spelling fixes.
|
13 years ago |
Frédéric Delanoy
|
4ebbd0e596
start: Add support for /? command line parameter.
|
13 years ago |
Alexandre Julliard
|
0f01be47ee
start: Pass a valid filename argument to FormatMessage.
|
14 years ago |
Austin English
|
6deaa09887
start: Handle /B & /I options.
|
15 years ago |
Damjan Jovanovic
|
3b52d42ab4
start.exe: Add infrastructure to launch windows file open associations from freedesktop.
|
15 years ago |
Vincent Povirk
|
e05951a39d
start.exe: Don't use the NO_UI flag when invoked with /unix.
|
16 years ago |
Maarten Lankhorst
|
70441d5bb8
kernel32: Change all functions to use CDECL.
|
16 years ago |