reactos/base/applications/cmdutils
Hermès Bélusca-Maïto ae9702fcec
[DOSKEY] Improvements when importing aliases definition files.
- The aliases ("macros") definition files have the same format as what
  is output by DosKey when one displays the list of defined aliases with
  the /macros: command-line switch. It should then, in particular,
  understand the format where executable names are also specified:

[exename1]
    alias1=command1
    ...

[exename2]
    aliasN=commandN
    ...

  We now behave similarly as Windows' version of this utility in that
  regard.

- Use ARRAYSIZE() when needed.
- Take the opportunity to add a license header to the source file.
2017-12-16 21:07:39 +01:00
..
at
chcp
clip
comp
cscript
dbgprint
doskey [DOSKEY] Improvements when importing aliases definition files. 2017-12-16 21:07:39 +01:00
eventcreate [TRANSLATION] Update Simplified Chinese translations. (#170) 2017-12-07 22:53:48 +01:00
find
fsutil
help
hostname
lodctr
mode
mofcomp
more
reg
schtasks
sort
taskkill
timeout CORE-13875 Added russian translation for timeout util 2017-10-08 18:14:44 +02:00
tree
whoami
wmic
wscript
xcopy
CMakeLists.txt