greatlrd(a)svn.reactos.com wrote:
fixing bug 690 by Brandon Turner. note ms only allown
start "notepad" or "note"pad not notep"ad or notepad" but we
do that, for we think it is a bug in ms cmd that only allowing " at start of a file
name to start the apps.
Updated files:
trunk/reactos/subsys/system/cmd/cmd.c
_______________________________________________
Ros-svn mailing list
Ros-svn(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-svn
This change is broken, because the input strings may be longer than
MAX_PATH. This is always true for compilung ros on ros.
- Hartmut