reactos/reactos/base
Jeffrey Morlan b75ff606ba - Fix cmd's SearchForExecutable: it was inside out, giving extension priority over directory.
- Remove code that checked if the file's extension was in PATHEXT. Windows does not check, and it's very handy to be able to "run" non-executable files.
- Allow explicit paths with no backslash (like "A:file")
- Batch: use GetFullPathName to get the batch file's absolute path; this way %~dp0 will always give the right directory even in the weird case of running the .bat via a relative path in PATH. Remove code in SearchForExecutable which tried to make sure it returned an absolute path (but it didn't in that case).

svn path=/trunk/; revision=35187
2008-08-08 16:48:21 +00:00
..
applications - fix typo 2008-08-08 13:33:50 +00:00
services - Don't check outside of the array bounds 2008-07-28 08:45:38 +00:00
setup Bug 3555: Syssetup: Adjust size of controls for italian translation by Carlo Bramini 2008-08-05 11:24:47 +00:00
shell - Fix cmd's SearchForExecutable: it was inside out, giving extension priority over directory. 2008-08-08 16:48:21 +00:00
system - Revert NDEBUG in autochk. 2008-08-08 08:37:20 +00:00
base.rbuild [FORMATTING] 2007-09-15 15:20:31 +00:00