本文介绍了批量在顶部设置标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将如何为批处理文件设置标题,使其在顶部显示我的批处理文件".谢谢大家的帮助.我看过Google,但没有发现任何用处.

How would I set a title to a batch file so it will say My Batch file at the top. thanks if any one can help. I have looked on google but I didn't find any thing of any use.

推荐答案

尝试使用此功能:

title "My Batch File"

让我知道这是否是你想要的.

Let me know if that's what you want.

这篇关于批量在顶部设置标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-25 01:11