|
wangjmh
初级用户
 
积分 63
发帖 26
注册 2007-12-14
状态 离线
|
『楼 主』:
怎么样隐藏批处理的运行窗口?
使用 LLM 解释/回答一下
想让一个批处理运行是示显示自己的运行窗口,应该怎么做?
请各位帮忙!
我的邮箱:wangjmh@126.com
QQ:284292673
To make a batch script display its own running window, what should be done?
Please help!
My email: wangjmh@126.com
QQ: 284292673
|
|
2007-12-23 13:47 |
|
|
jiulong
中级用户
  
积分 396
发帖 183
注册 2007-12-23
状态 离线
|
|
2007-12-25 23:12 |
|
|
chishingchan
银牌会员
    
积分 1282
发帖 538
注册 2002-11-2
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
有很多做法,例如作为一个服务等等,搜索一下即可!
There are many approaches, such as being a service, etc. Just search it!
|
|
2007-12-26 07:19 |
|
|
wangjmh
初级用户
 
积分 63
发帖 26
注册 2007-12-14
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
请各位大侠说明白点行不行
Please explain it more clearly, everyone.
|
|
2007-12-30 18:29 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2007-12-30 18:33 |
|
|
wangjmh
初级用户
 
积分 63
发帖 26
注册 2007-12-14
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
谁叫咱是菜鸟来,要是什么都会还请大侠干什么!
Who calls me a newbie? If I knew everything, why would I need the great experts!
|
|
2007-12-31 21:09 |
|
|
sudosky
新手上路

积分 10
发帖 5
注册 2007-12-16
状态 离线
|
|
2008-1-23 16:32 |
|
|
sudosky
新手上路

积分 10
发帖 5
注册 2007-12-16
状态 离线
|
|
2008-1-23 16:33 |
|
|
sudosky
新手上路

积分 10
发帖 5
注册 2007-12-16
状态 离线
|
|
2008-1-23 16:33 |
|
|
bigfaint
初级用户
 
积分 70
发帖 30
注册 2008-1-17
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
虽然我也是菜鸟,但是也想说还是先搜索吧,一个问题那么多个帖子,也算浪费啊
Although I am also a novice, but I still want to say that it is better to search first. There are so many posts for one question, which is also a waste.
|
|
2008-1-25 09:58 |
|
|
logan0279
初级用户
 
积分 100
发帖 45
注册 2007-12-11
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
呵呵,确实哟,你搜索一下,有的哟!
Hehe, indeed. You can search, and there are some!
|
|
2008-1-25 17:26 |
|
|
AlexZhang
系统支持
            
积分 995
发帖 427
注册 2007-2-8
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
用我些的一个程序
batide
源码开放的
在这里搜索一下
里面有相关的源代码
A program I wrote
batide
source code is open
Search here
There are relevant source codes inside
|
|
2008-1-27 16:20 |
|
|
goldron
新手上路

积分 9
发帖 5
注册 2007-4-4
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
为了积分,再顶一下
To gain points, I'll bump it up again.
|
|
2008-3-17 15:15 |
|
|
goldron
新手上路

积分 9
发帖 5
注册 2007-4-4
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
为了积分,再顶一下
To gain points, I'll bump it up again
|
|
2008-3-17 15:16 |
|
|
chishingchan
银牌会员
    
积分 1282
发帖 538
注册 2002-11-2
状态 离线
|
『第 15 楼』:
在非常批处理论坛学到的
使用 LLM 解释/回答一下
在批处理的开头加入以下内容即可!
@echo off
if "%1" == "hide" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" hide",0)(window.close)&&exit
:begin
Just add the following content at the beginning of the batch!
@echo off
if "%1" == "hide" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" hide",0)(window.close)&&exit
:begin
|
|
2008-3-17 15:54 |
|