I have the following batch file which I use to run my Minecraft server: (run.bat)
@echo off
java -Xmx1G -jar mcserver.jar
I looked on many forums, and I'm too lazy to begin studying batch code, so I decided to ask here. I want to insert a passage of code that will set the font size in the console to a certain size (for example, 18px). BUT: I don't want the console to run with big font on every other batch file or cmd prompt opened... only in this file. I appreciate any answers :)
Now if you run with the same shortcut it should show as per font size selected
Here are screenshots