I'm currently coding a project on two diffrent computers (Main is windows 10 and secondary is windows 7)
The problem is that Windows 10 allows for the use of ANSI escape sequences in batch, i wish i could say the same for Windows 7. I'm looking for a solution that dosn't end in me downloading anything external.
Code example:
(ESC)[93mYellow text(ESC)[0m
The (ESC) shows us as an arrow in Windows 7 batch while it works solid in Windows 10 I have googled a little bit and added a path to ansi.sys as far as i got it explained then that should do the magic but it left me unsatisfied when i gave it ago again and it still showed up as arrows...