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

Delphi change the assembly code of a running process -

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

C++ 11 "class" keyword -