|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
『楼 主』:
[求助]执行命令时如何使dos窗口自动最小化?
使用 LLM 解释/回答一下
运行cmd.exe后,运行命令时,比如xcopy \s x:\*.* c:\fitk\时,需要运行较长时间,求教如何让窗口自动最小化运行?
@echo off
@xcopy /s/q x:\*.* c:\fitk\
end
有没有直接在.bat文件里增加命令的方式做到使dos窗口最小化?
Last edited by flyinthesky on 2007-6-23 at 12:19 PM ]
After running cmd.exe, when running a command, such as xcopy \s x:\*.* c:\fitk\, it takes a long time to run. Please teach how to make the window run minimized automatically?
@echo off
@xcopy /s/q x:\*.* c:\fitk\
end
Is there a way to add a command directly in the. bat file to make the DOS window minimized?
Last edited by flyinthesky on 2007-6-23 at 12:19 PM ]
|
|
2007-6-23 11:25 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
请各位高手帮帮小弟,谢谢了!
Please help me, dear experts. Thank you!
|
|
2007-6-23 11:28 |
|
|
wudixin96
银牌会员
    
积分 1928
发帖 931
注册 2007-1-6
状态 离线
|
|
2007-6-23 11:42 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
|
2007-6-23 12:06 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
不过我想知道的是,在命令行状态下,是不是有什么命令可以让命令行窗口最小化?
But I want to know, in the command line state, is there any command that can minimize the command line window?
|
|
2007-6-23 14:42 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
已经打开了的窗口估计只有cmdow才能了
It is estimated that only cmdow can handle the already opened windows
|

 |
|
2007-6-23 16:28 |
|
|
oilio
高级用户
    前进者
积分 641
发帖 303
注册 2007-1-10
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
重新调用自身,然后才能最小化,而且还得做得巧妙,要不然会死循环的。
Reinvoke itself again, then it can be minimized, and it has to be done cleverly, otherwise there will be an infinite loop.
|

我相信总有一天,总会遇到一个人可以相濡以沫、相吻以湿! |
|
2007-6-23 17:07 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
能说一下具体怎么做吗?谢谢了!
Can you tell me the specific steps? Thanks!
|
|
2007-6-23 18:35 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
另外,6楼说的“cmdow”是什么意思啊?
Also, what does "cmdow" mentioned by the user on the 6th floor mean?
|
|
2007-6-23 18:37 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
|
2007-6-23 18:43 |
|
|
flyinthesky
初级用户
 
积分 34
发帖 17
注册 2007-6-23
状态 离线
|
|
2007-6-24 21:57 |
|