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

c - Compilation of a code: unkown type name string -

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

Php operator `break` doesn't stop while -