|
jweng
新手上路

积分 12
发帖 6
注册 2006-3-15
状态 离线
|
|
2006-3-16 15:45 |
|
|
yeFriend
新手上路

积分 2
发帖 1
注册 2006-3-23
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
谢谢楼主,需然对批处理知道一点,但还需要更多的知识。
Thanks to the LZ, although I know a little about batch processing, I still need more knowledge.
|
|
2006-3-24 21:01 |
|
|
ruanylai
新手上路

积分 2
发帖 1
注册 2006-3-25
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
不错,给你个面子,顶了
Not bad, give you some face, top it
|
|
2006-3-25 15:05 |
|
|
zhzhy
新手上路

积分 3
发帖 2
注册 2006-4-5
状态 离线
|
|
2006-4-5 18:57 |
|
|
aldenfish
初级用户
 
积分 135
发帖 18
注册 2004-1-7
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
找了很久的寶物,一定要細細嘴嚼
Searched for a long time for the treasure, must savor it carefully
|
|
2006-4-8 16:21 |
|
|
yhlyee
新手上路

积分 2
发帖 1
注册 2006-4-9
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
正在学习批处理
不知道有没有这方面的书
Are you learning batch processing? Not sure if there are any books on this aspect.
|
|
2006-4-9 22:54 |
|
|
lpclimber
初级用户
 
积分 168
发帖 85
注册 2005-8-26
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
Originally posted by 人类 at 2005-12-27 02:42:
choice是个外部命令,在2000和XP中推荐用SET,set是内部命令;如果你的批处理在98、xp下都要用,那么应先用环境变量检测OS版本,再分支选用choice戠...
非常同意!!
Originally posted by Human at 2005-12-27 02:42:
choice is an external command. In Windows 2000 and XP, SET is recommended; SET is an internal command. If your batch file needs to work under both 98 and XP, you should first detect the OS version using environment variables, then branch to choose between choice or...
I completely agree!
|
|
2006-4-14 00:06 |
|
|
lymygee
新手上路

积分 5
发帖 3
注册 2006-4-16
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
谢谢,我想找个完整的DOS书籍看看,不知到那位大虾有啊
Thanks, I want to find a complete DOS book to read, I don't know which expert has it
|
|
2006-4-16 15:15 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
|
2006-4-17 04:23 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
『第 40 楼』:
我不懂啊,
使用 LLM 解释/回答一下
我不懂啊,可是我又好想学。哪位大虾能教教我啊,非常感谢!~!~
QQ:149677753
I don't understand, but I really want to learn. Which expert can teach me? Thanks a lot!~!~
QQ: 149677753
|
|
2006-4-17 04:24 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
『第 41 楼』:
关于后台运行的程序!~
使用 LLM 解释/回答一下
请问哪位大虾知道怎么样才能使指定的程序让它在后台运行啊,而在开机运行的时候运行窗口不可见,而且能达到最少化的效果。如果有哪位大虾懂的请QQ联系:149677753
请求为:DOS联盟
Please clarify your specific requirements or provide more context. The current content seems to be a request for translation but the input is a mix of Chinese question and contact info. If you just want to translate the Chinese part: "May I ask which expert knows how to make a specified program run in the background, and when it starts up at boot, the running window is not visible and can achieve the effect of minimizing. If any expert understands, please contact via QQ: 149677753. Request: DOS Union"
|
|
2006-4-17 04:27 |
|
|
langwen06
新手上路

积分 2
发帖 1
注册 2006-4-19
状态 离线
|
|
2006-4-19 21:42 |
|
|
chineselgs
高级用户
    论坛灌水专业户
积分 613
发帖 266
注册 2006-4-19 来自 河南省
状态 离线
|
『第 43 楼』:
这们DOS大师,小弟想请教一下.
使用 LLM 解释/回答一下
我在批处理输入:
@echo off
echo =
format d:/q
eixt
可运行一半它让我手动输入Y或者N以确认是否格式化D盘,我想请教怎样才能让它自动运行格式化,不用手动去确认了!
请教一下我,说清楚点,俺可是只大菜鸟~~~~~
I'm running a batch input:
@echo off
echo =
format d:/q
eixt
But halfway through running, it asks me to manually enter Y or N to confirm the formatting of drive D. I want to ask how to make it run the formatting automatically without manual confirmation!
Please teach me, make it clear, I'm really a big newbie~~~~~
|
|
2006-4-22 11:07 |
|
|
diypyh
初级用户
 
积分 54
发帖 13
注册 2006-4-25
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
谢谢了,
deltree -y c:兡
这个是什么命令?
Thanks,
deltree -y c:兡
What command is this?
|
|
2006-4-25 22:19 |
|
|
pphlw639
初级用户
 
积分 24
发帖 14
注册 2006-4-28
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
楼主辛苦,好好学习一下。
The landlord has worked hard, and I will study it carefully.
|
|
2006-4-28 12:04 |
|