https://github.com/nodef/extra-echo.cmd
Write to stdout like Unix in Windows Console.
https://github.com/nodef/extra-echo.cmd
console echo extra merferry program stdout unix windows write
Last synced: 11 months ago
JSON representation
Write to stdout like Unix in Windows Console.
- Host: GitHub
- URL: https://github.com/nodef/extra-echo.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:31:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:59:09.000Z (about 1 year ago)
- Last Synced: 2025-04-10T20:49:10.519Z (about 1 year ago)
- Topics: console, echo, extra, merferry, program, stdout, unix, windows, write
- Language: C#
- Homepage: https://cmdf.github.io/extra-echo/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Write to stdout like Unix in Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-echo/releases/download/1.0.0/eecho.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.
```batch
> eecho [--expand|-e] [--no-newline|-n] [...]
:: [] -> optional argument
:: <> -> argument value
```
```batch
:: 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\-"
```
[](https://cmdf.github.io)
