This is my batch file:
ansicon -p
[0;30;4;40mThis is a sentence.[0;1;31;40mThis is a sentence too.
pause
With @echo off in the batch file I'm only seeing:
's not recognized as an internal or external command, operable program or batch file.
With @echo on I'm seeing:
C:\Users\Admin\Downloads\Aranesp_injection_reminder\ANSICON>ansicon -p
C:\Users\Admin\Downloads\Aranesp_injection_reminder\ANSICON>This is a sentence.This is a sentence too.
's not recognized as an internal or external command, operable program or batch file.
What am I doing wrong?
Obs.: Using 0x1b for the ESC character.