Hello,
Sorry, I realize this is not *nix related but it's shell related so that's gotta count for sumpin, right? :)
I want to increase the font size of the command prompt shell from within a batch file. Does anyone know the command for that?
My googling hasn't returned any useful results. :(
Regards, -Montana Quiring CTO of QMTS http://qmts.ca
Click the top left - the console icon. Properties. Then font.
On Tue, Apr 5, 2011 at 8:57 AM, Montana Quiring montanaq@gmail.com wrote:
Apologies, I missed the from within a batch file.. early -_-.
Rob
On Tue, Apr 5, 2011 at 9:01 AM, Robert Keizer robert@keizer.ca wrote:
:) no prob. Ya, I know how to do it through the GUI, but I will have no idea how many computers this script will be run on and I won't have physical access to them, that's why I want to do it in the batch script.
Regards, -Montana Quiring CTO of QMTS http://qmts.ca
On Tue, Apr 5, 2011 at 9:02 AM, Robert Keizer robert@keizer.ca wrote:
It's not easy; batch commands were devised in the days of MS-DOS, before Windows was invented. Batch commands are not oriented to graphics. You can change text colour with the command COLOR, but you can't change font size easily. One way is to change a registry key. Here is a discussion how to do it.
http://groups.google.com/group/alt.msdos.batch.nt/browse_thread/thread/f8935 0a174b2cc99
Rob Dyck
thanks. Ya I was looking into that too. I'm finding that it's a little tricker than expected, but I'll keep playing with it.
Regards, -Montana Quiring CTO of QMTS http://qmts.ca
On Tue, Apr 5, 2011 at 9:59 AM, Robert Dyck rbdyck2@shaw.ca wrote: