I run a batch command file which asks a few questions but I need a bigger font when it asks for input to be typed into the command window that popsCopilot gave this response:
up. How can a bigger font be called for within a batch command file whose questions are in that big font in the command window which comes up?
I run a batch command file which asks a few questions but I need a bigger font when it asks for input to be typed into the command window that pops
up. How can a bigger font be called for within a batch command file whose questions are in that big font in the command window which comes up?
I run a batch command file which asks a few questions but I need a bigger font when it asks for input to be typed into the command window that pops
up. How can a bigger font be called for within a batch command file whose questions are in that big font in the command window which comes up?
On Sat, 30 Nov 2024 20:37:26 +0100, Herbert Kleebauer wrote:
On 30.11.2024 19:59, Bill Powell wrote:
I run a batch command file which asks a few questions but I need a bigger >>> font when it asks for input to be typed into the command window that pops >>> up. How can a bigger font be called for within a batch command file whose >>> questions are in that big font in the command window which comes up?
https://www.tenforums.com/tutorials/179097-how-change-font-size-windows-terminal-profile-windows-10-a.html
The first step is "open the Windows terminal app".
I didn't even know there was such a thing as the Windows terminal app!
But now I can *only* open up a Windows Terminal (wt.exe) when I run any
batch file. That means, I can't get to a "normal" command window anymore.
Of course, that doesn't work for all batch files though, where my batch
file is (simplified) shown below which simply asks for input from a user.
@echo off
:START
set /p dirname="DIR NAME? "
if not exist "%dirname%" mkdir "%dirname%"
set /p repeat=Repeat? [y/n]:
if %repeat%== y goto START else goto FINISH
:FINISH
exit /B 0
Bill Powell <bill@anarchists.org> wrote:not sure about this but would changing to a different desktop before
I run a batch command file which asks a few questions but I need a bigger
font when it asks for input to be typed into the command window that pops
up. How can a bigger font be called for within a batch command file whose
questions are in that big font in the command window which comes up?
After the console window appears for the command shell (cmd.exe), use
the Control Menu (click the icon at left end of title bar), Properties,
Font tab. That changes the properties for how that shell got loaded.
When you use the same means of loading the shell, the font selections
get reused. Lots of settings under Properties.
Sysop: | Tetrazocine |
---|---|
Location: | Melbourne, VIC, Australia |
Users: | 4 |
Nodes: | 8 (0 / 8) |
Uptime: | 190:21:57 |
Calls: | 62 |
Files: | 21,500 |
Messages: | 70,949 |