reactos/reactos/base/shell
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
..
cmd - Fix cmd's SearchForExecutable: it was inside out, giving extension priority over directory. 2008-08-08 16:48:21 +00:00
explorer Bug 3555: Syssetup: Adjust size of controls for italian translation by Carlo Bramini 2008-08-05 11:24:47 +00:00
explorer-new Bug 3555: Syssetup: Adjust size of controls for italian translation by Carlo Bramini 2008-08-05 11:24:47 +00:00
.gitignore
shell.rbuild Add explorer-new to the build (doesn't work yet) 2007-11-12 11:41:29 +00:00