windows - How to make a batch file fullscreen? -



windows - How to make a batch file fullscreen? -

i want create batch file when opens goes fullscreen, or if not possible @ to the lowest degree bit bigger it's default.

try this

mode con lines=32766

this alter buffer-size , create total screen in terms of heights.

you can utilize next

mode con: cols=[yourvalue] lines=[yourvalue]

windows file batch-file fullscreen

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -