computing
  • 1

Change Font Size in Batch Scripts

  • 1

Hi My Friends

I have this Code :

@echo Majid Pasha

Now I want to change the size Of “Majid Pasha” with a code sth like :
@echo >10<“Majid Pasha”

I don’t mean changing font size via CMD Properties , I just want some parts of my text become bigger or smaller .
So is there any Code ?

Special Regards
Majid Pasha

Share

1 Answer

  1. I don’t think this is possible. The console doesn’t support multiple text sizes at the same time.
    • 0