Mortgage Calculator | Payday Cash Advance | Loans | Loans | Web Advertising
Batch files [Archive] - PCMech Forums

PDA

View Full Version : Batch files


artsapimp
10-27-2000, 09:28 AM
How would I make the font in a batch file be a different size?

mosquito
10-27-2000, 09:45 AM
you can change the screen mode (size of text and stuff) by using the MODE keyword (type "help mode" in cmd prompt to see info)

I don't think you can change the font from within the batch file.