- Fix the way the start command parses its arguments. Previously, the arguments were...
authorJeffrey Morlan <mrnobo1024@yahoo.com>
Sat, 9 Aug 2008 21:51:34 +0000 (21:51 +0000)
committerJeffrey Morlan <mrnobo1024@yahoo.com>
Sat, 9 Aug 2008 21:51:34 +0000 (21:51 +0000)
commit809dd4cd3ccf4dcbf96547cb4d321f45b2f3a75a
tree9e5b3397d83436d6f97f41627a0ac93534668f30
parentf763594308b2b00e0f8d19e7373dd1464d03f9ce
- Fix the way the start command parses its arguments. Previously, the arguments were split up using split() and then the parts intended for the program were recombined, but this is wrong because it cannot preserve quotes. Changed cmd_start to do tokenization itself instead.
- Implement "title", /Ddirectory, /MIN, /MAX, and /WAIT options.
- Remove 'first' variable which only ever contained the name of "start" itself - all the places where it was used appear to be mistakes; replaced with 'rest'.
- Fix crash that happened when attempting to start a file with no extension.

svn path=/trunk/; revision=35248
reactos/base/shell/cmd/start.c