Skip to content

cmdf/extra-echo

Repository files navigation

Write to stdout like Unix in Windows Console.

  1. Download exe file.
  2. Copy to C:\Program_Files\Scripts.
  3. Add C:\Program_Files\Scripts to PATH 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\-"

cmdf