2005-12-05 |
Brandon Turner | Crtl-C gives a new line when reading input |
blob | commitdiff | raw |
2005-11-27 |
Casper Hornstrup | Speed up compilation of cmd |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Brandon Turner | don't skip whitespace in echo command. patch by irc... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Filip Navara | Don't bail out for unparsable environment variables. |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Brandon Turner | %foo% where foo is not a envir var should be returned... |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Brandon Turner | Add some ctrl breaker checks into copy, del, and dir. |
blob | commitdiff | raw | diff to current |
2005-11-05 |
Brandon Turner | Send Ctrl signals to child process correctly. We can... |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Hartmut Birr | Don't print a CR, if the command line is from a batch... |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Brandon Turner | after some long hard thought i decided to not use the... |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Brandon Turner | remove more __REACTOS__ checks / unused code. I left... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Brandon Turner | dont use the whole commandline as a fall back for execu... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Thomas Bluemel | pass the buffer size to GetEnvironmentVariable() in... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Royce Mitchell III | %1 %2 etc still work with set/a ( just not %foo% ) |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Royce Mitchell III | cmd's documentation says that env variables override... |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Royce Mitchell III | hack fix to pass % to set/a unmolested |
blob | commitdiff | raw | diff to current |
2005-09-19 |
Royce Mitchell III | reformat code |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Brandon Turner | When searching for a file to execute, if you fail to... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Magnus Olsen | DoCommand() |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Royce Mitchell III | msvc6 compatibility and small performance improvement... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Magnus Olsen | Make some more dymatic buffer and correct some free() |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Magnus Olsen | Do not crash if the prompt command name are binger... |
blob | commitdiff | raw | diff to current |
2005-09-10 |
Hartmut Birr | Fixed the allocation of some buffers in Execute. |
blob | commitdiff | raw | diff to current |
2005-09-09 |
Gé van Geldorp | Restore console title after running a command |
blob | commitdiff | raw | diff to current |
2005-09-04 |
Magnus Olsen | Revers the change after reboot it did carcgh for me... |
blob | commitdiff | raw | diff to current |
2005-09-04 |
Magnus Olsen | remove some hardcode buffer value. The dymatic buffer... |
blob | commitdiff | raw | diff to current |
2005-09-04 |
Magnus Olsen | Remove more hardcode buffer value to dymatic buffer. |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Magnus Olsen | revers brandon change to prompt.c they are incorrect... |
blob | commitdiff | raw | diff to current |
2005-09-03 |
Brandon Turner | Correctly assign %propmt%. |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Brandon Turner | Implement escape char in console. "^" |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Brandon Turner | optimize 17218 by using memmove instead of memcopy... |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Brandon Turner | Open err redirection the same as output redirection... |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Brandon Turner | Change the way batch files and output files are opened... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Magnus Olsen | implemented batch redirection by saving batch info... |
blob | commitdiff | raw | diff to current |
2005-08-09 |
Magnus Olsen | Thx harmut you did see the small bug, I miss, do not... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Magnus Olsen | fixing bug 690 by Brandon Turner. note ms only allown... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Thomas Bluemel | dynamically import functions from ntdll on startup |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Magnus Olsen | fix a small bug, write out time like HH:MM:SS,ms as... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Magnus Olsen | Make CMD rember startpath when you change from start... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Magnus Olsen | Fix some pipe and revirt one erly change as harumt... |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Casper Hornstrup | Prepare cmd for testing |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Magnus Olsen | std_output does handle the : as ms does at pipe and... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Magnus Olsen | Fix a weird bug in piping in some case if you pipe... |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Hartmut Birr | Fixed the allocation of the buffer for the environment... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | add %CMDEXTVERSION% example to use it echo %CMDEXTVERSI... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | adding %cmdcmdline%, example how to use it echo %CMDCMD... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | adding %RANDOM% example how to use it echo %random% |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Filip Navara | #include "precomp.h" -> #include <precomp.h> |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | add %DATE% example echo %date% are working now. Bugfix... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | add %time% and %cd% internal value. Example echo ... |
blob | commitdiff | raw | diff to current |
2005-07-07 |
Magnus Olsen | adding page break on almost all help param and on help... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Magnus Olsen | Add proper memory alloc ProcessInput, the error handli... |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Magnus Olsen | translate %errorlevel% to a value when it pass at comma... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Klemens Friedl | cmd update: |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Casper Hornstrup | Merge 14981:15268 from trunk |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Casper Hornstrup | Copy w32api from trunk |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Magnus Olsen | Reomve string STRING_CMD_INVALIDDRIVE in En.rc it... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Magnus Olsen | Remove last hardcode string I have check the soure... |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Magnus Olsen | found some hard code string move them to En.rc |
blob | commitdiff | raw | diff to current |
2005-05-08 |
Steven Edwards | remove whitespace from end of lines |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Magnus Olsen | implement VOID ConOutResPuts (UINT resID), VOID ConErrR... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Magnus Olsen | the name GetCodePage and OutCodePage is a bit misleadin... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Magnus Olsen | Add cache for codepage so it does not call hole time... |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Casper Hornstrup | Merge 14551:14980 from trunk |
blob | commitdiff | raw | diff to current |
2005-05-05 |
Casper Hornstrup | Copy wininet to branch |
blob | commitdiff | raw | diff to current |
2005-05-01 |
Martin Fuchs | merge ROS Shell without integrated explorer part into... |
blob | commitdiff | raw | diff to current |
2005-05-01 |
Eric Kohl | - Use fixed message buffer size. |
blob | commitdiff | raw | diff to current |
2005-05-01 |
Hartmut Birr | Made the loading of resource strings more unicode compa... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Magnus Olsen | change _T((LPTSTR)szMsg)) to (LPTSTR)szMsg) |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Casper Hornstrup | Merge 13831:14550 from trunk |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Casper Hornstrup | Copy riched20 |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Casper Hornstrup | Copy makefile |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Magnus Olsen | Remove more hardcode string to En.rc |
blob | commitdiff | raw | diff to current |
2005-01-01 |
Gé van Geldorp | Fix copy command |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Thomas Bluemel | make better use of precompiled headers |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Hartmut Birr | - Fixed the compilation as unicode. |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Casper Hornstrup | 2004-08-16 Casper S. Hornstrup <chorns@users.sourcefo... |
blob | commitdiff | raw | diff to current |
2004-07-18 |
The ReactOS Team | This commit was manufactured by cvs2svn to create branch |
blob | commitdiff | raw |
2004-07-16 |
Jens Collin | ShellExecute is run when executable is not found to... |
blob | commitdiff | raw | diff to current |
2004-07-15 |
The ReactOS Team | This commit was manufactured by cvs2svn to create branch |
blob | commitdiff | raw |
2004-06-21 |
Thomas Bluemel | use FormatMessage() to print some error messages. Patch... |
blob | commitdiff | raw | diff to current |
2004-06-06 |
Hartmut Birr | - Check if the temp directory exist, if not use the... |
blob | commitdiff | raw | diff to current |
2004-06-06 |
Hartmut Birr | - Removed MakeSureDirectoryPathExistsEx. |
blob | commitdiff | raw | diff to current |
2004-05-11 |
Gé van Geldorp | Fix command line handling (mostly double-quoting stuff) |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Filip Navara | CMD Enhancements: |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Gunnar Dalsnes | make sure temp directory exist |
blob | commitdiff | raw | diff to current |
2004-02-16 |
The ReactOS Team | This commit was manufactured by cvs2svn to create branch |
blob | commitdiff | raw |
2004-01-28 |
Gé van Geldorp | Don't wait for GUI processes to finish |
blob | commitdiff | raw | diff to current |
2003-12-26 |
Filip Navara | Fixed compilation problems with GCC 3.4. |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Gé van Geldorp | Allow launching of console apps from GUI apps |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Hartmut Birr | - Enabled the break handler. |
blob | commitdiff | raw | diff to current |
2003-08-10 |
Royce Mitchell III | commented out unused things |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Thomas Bluemel | Fixed a bug that crashed cmd.exe when the command name... |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Hartmut Birr | - Fixed some type problems if cmd is compiled as unicode. |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Hartmut Birr | - Open CONOUT$ for accessing the console buffer. This... |
blob | commitdiff | raw | diff to current |
2003-04-26 |
Eric Kohl | Improved command line completion. Patch by Marc Schuetz. |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Richard Campbell | Move cmd to ReactOS module |
blob | commitdiff | raw | diff to current |
|