如何使批处理文件全屏? [英] How to make a batch file fullscreen?

查看:170
本文介绍了如何使批处理文件全屏?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个批处理文件,当它打开时会变成全屏,或者如果这是不可能的,至少会比默认文件大一些。

解决方案

试试这个

  mode con lines = 32766 

这会改变缓冲区大小,

你可以使用下面的方式:

$ $ $ $ $ $ :cols = [YourValue] lines = [YourValue]


I want to make a batch file that when it opens it goes fullscreen, or if that is not possible at least be a bit bigger than it's default.

解决方案

Try this

mode con lines=32766

This will change the buffer-size and also will make it full screen in terms of heights.

You can use the following

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

这篇关于如何使批处理文件全屏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆