Difference between revisions of "Cmd.exe"

From ReactOS Wiki
Jump to: navigation, search
m
(Replaced content with "{{DISPLAYTITLE:cmd.exe}} {{stub}} {{Code history|base/shell/cmd}} Category:Application")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/?view=log
+
{{DISPLAYTITLE:cmd.exe}}
 +
{{stub}}
 +
{{Code history|base/shell/cmd}}
  
[[ChangeLog-0.2.1]]
+
[[Category:Application]]
* Show "type" in dir listing ([[Thomas Weidenmueller]])
 
* Fix /p when screen buffer is larger than output window ([[Michael Fritscher]])
 
* Implement /W, /P and /Y options ([[Michael Fritscher]])
 
* Check color passed on command line, make sure foreground and background are not the same ([[Hüseyin Uslu]])
 
 
 
[[ChangeLog-0.2.3]]
 
*Use FormatMessage() to print some error messages ([[Michael Fritscher]])
 
*Fixed handling of variable arguments and free memory allocated by FormatMessage() ([[Michael Fritscher]], [[Thomas Weidenmueller]])
 
*Removed MakeSureDirectoryPathExistsEx ([[Hartmut Birr]])
 
*Use the current directory if GetTempPath fails ([[Hartmut Birr]])
 
*Inherit the handles to the child process (in Execute) ([[Hartmut Birr]])
 
*Assume that the current process is always a console process if ntdll exist but not contains the functions NtQueryInformationProcess or NtReadVirtualMemory ([[Hartmut Birr]])
 
*Fixed the set command for WinXP ([[Hartmut Birr]])
 
*The second parameter must be zero in the call to SetEnvironmentVariable if the variable should be deleted ([[Hartmut Birr]])
 
*Get first the parameters and do then the processing ([[Hartmut Birr]])
 
*CMD Enhancements: ([[Filip Navara]])
 
**Make the DIR /W behave like in Windows ([[Filip Navara]])
 
**Fixed various problems with command input going mad when the screen contents have scrolled ([[Filip Navara]])
 
*Make sure temp directory exist ([[Gunnar Dalsnes]])
 
*'Del *.*' ignores directories, this fixes bug 291 ([[Eric Kohl]])
 

Latest revision as of 14:13, 23 May 2014

The page Cmd.exe is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


Commit history (Source code can be found in: /reactos/base/shell/cmd)