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.
相关问题
- What is the best way to do a search in a large fil
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- What is the correct way to declare and use a FILE
- Windows 8.1 How to fix this obsolete code?
- Making new files automatically executable?
- CosmosDB emulator can't start since port is al
use the
start
command :Try this
This will change the buffer-size and also will make it full screen in terms of heights.
You can use the following
Create a shortcut.
Go to Properties and adjust the size, colour, layout and other things...
Or do you mean when it runs...??
So..
doesn't work for you? Does for me (Win7)