https://github.com/nodef/extra-char.cmd
Get characters or ASCII codes in Windows Console.
https://github.com/nodef/extra-char.cmd
ascii char character code console extra get merferry program windows
Last synced: 5 months ago
JSON representation
Get characters or ASCII codes in Windows Console.
- Host: GitHub
- URL: https://github.com/nodef/extra-char.cmd
- Owner: nodef
- License: mit
- Created: 2017-10-16T18:10:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T19:58:47.000Z (9 months ago)
- Last Synced: 2025-04-10T20:49:03.124Z (9 months ago)
- Topics: ascii, char, character, code, console, extra, get, merferry, program, windows
- Language: C#
- Homepage: https://cmdf.github.io/extra-char/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Get characters from ASCII codes or the other way in Windows Console.
> 1. Download [exe file](https://github.com/cmdf/extra-char/releases/download/1.0.0/echar.exe).
> 2. Copy to `C:\Program_Files\Scripts`.
> 3. Add `C:\Program_Files\Scripts` to `PATH` environment variable.
```batch
> echar [--ascii|-a] [--verbose|-v] [--input|-i ]
:: [] -> optional argument
:: <> -> argument value
```
```batch
:: get character of ESC (27)
> echo 27|echar
:: get character of SOH (1)
> echar --input 1
:: get verbosed character of STX (2)
> echar --verbose -i 2
:: get verbosed ascii codes of 'a', 'b', 'c'
> echar --ascii -v -i "abc"
```
[](https://cmdf.github.io)
