Sweden-Number/programs/cmd
Jason Edmeades 88f14bb590 cmd: Fix basic cmd.exe /c "echo hello" type syntax.
Add checks for existance of command to run in order to keep the
new quote handling capabilities of cmd.exe /C or /K. If the command
cannot be found, drop back to /S processing mode as per cmd.exe help.
2012-10-02 14:08:36 +02:00
..
tests cmd: Fix basic cmd.exe /c "echo hello" type syntax. 2012-10-02 14:08:36 +02:00
Makefile.in makefiles: Disable use of Unicode macros globally for all the programs. 2012-01-20 13:14:16 +01:00
batch.c cmd: Fix setlocal/endlocal implementation. 2012-10-01 14:30:49 +02:00
builtins.c cmd: cmd.exe /c or /k should suppress copy overwrite prompts. 2012-10-02 14:08:36 +02:00
cmd.rc start: Fix the command line handling. 2012-06-28 01:38:40 +02:00
directory.c cmd: Fix parameterization around delimiters. 2012-09-26 17:47:20 +02:00
wcmd.h cmd: Fix setlocal/endlocal implementation. 2012-10-01 14:30:49 +02:00
wcmd.ico wcmd: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:02 +02:00
wcmd.svg wcmd: Replaced program icon with a Tango compliant icon. 2010-04-19 16:01:02 +02:00
wcmdmain.c cmd: Fix basic cmd.exe /c "echo hello" type syntax. 2012-10-02 14:08:36 +02:00