Write to stdout like Unix in Windows Console.
Write to stdout like Unix in Windows Console.
- Download exe file.
- Copy to
C:\Program_Files\Scripts
.- Add
C:\Program_Files\Scripts
toPATH
environment variable.
> eecho [--expand|-e] [--no-newline|-n] [<message>...]
:: [] -> optional argument
:: <> -> argument value
:: echo Dr. APJ Abdul Kalam's quote
> eecho You have to dream before your dreams can come true.
:: echo Dr. APJ Abdul Kalam's Ignited Minds paragraph
> eecho --expand "Dream Dream Dream\nDreams transform into throughts\nAnd thoughts result in action."
:: echo "-DREAM-" without new line at the end
> eecho -ne "\-DREAM\-"