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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -