|
meluck
初级用户
 
积分 105
发帖 1
注册 2004-1-9
状态 离线
|
|
2004-1-9 00:00 |
|
|
fengxu
初级用户
  极品+超级版主
积分 125
发帖 5
注册 2003-12-31
状态 离线
|
|
2004-1-9 00:00 |
|
|
都市孤狼
初级用户
 
积分 112
发帖 3
注册 2004-1-10
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
好是可是我还是不懂啊
Well, but I still don't understand.
|
|
2004-1-10 00:00 |
|
|
zjjwca
初级用户
 
积分 105
发帖 1
注册 2004-1-10
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
本人想知道关于在网络方面的dos命令,ping等包括参数,格式,常见错误!
I want to know about DOS commands related to the network, such as ping, including parameters, formats, and common errors!
|
|
2004-1-10 00:00 |
|
|
zsy1234023
初级用户
 
积分 109
发帖 2
注册 2004-1-10
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
谢谢啦,正在学习DOS的基础知识,及时啦!
Thanks, I'm learning the basic knowledge of DOS, timely!
|
|
2004-1-10 00:00 |
|
|
luochang850
初级用户
 
积分 115
发帖 3
注册 2004-1-13
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
有了中文注释,终于有点收获谢了!!!!!!!!!!!!!!!!
With Chinese annotations, finally got some gains, thanks!!!!!!!!!!!!!!!
|
|
2004-1-13 00:00 |
|
|
howen7
初级用户
 
积分 124
发帖 6
注册 2004-1-13 来自 33
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
真是太感谢你们了,但希望懂得多补充点,不懂得多学点,学到的就要发表。。。
这样我们就一起进步了
Really thank you all, but I hope those who know more can add more, and those who don't know can learn more, and what is learned should be shared... In this way, we can progress together
|
|
2004-1-13 00:00 |
|
|
天马流星
初级用户
 
积分 110
发帖 2
注册 2004-1-14
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
一切尽在不言中......................................好
All is in the unspoken words......................................Good
|
|
2004-1-14 00:00 |
|
|
iceboy
银牌会员
    
积分 1681
发帖 512
注册 2003-8-2
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
C:\>d:
D:\>dir
...
...
D:\>cd a
D:\a>dir
...
A.TXT
...
D:\a>copy d:\a\a.txt d:\b
1 file(s) copied
D:\a>cd \b
D:\b>dir
...
A.TXT
...
D:\b>type a.txt
Welcome to learning DOS!
D:\b>ren a.txt b.txt
D:\b>dir
...
B.TXT
...
D:\b>cls
一刹那间, 屏幕上只剩下最上端的 D:\b>
D:\b>xcopy d:\a d:\b /s
...
n file(s) copied
...
D:\b>dir
...
A.TXT
...
D:\b>attrib
A--- A.TXT
ASHR C.TXT
D:\b>attrib -s -h -r c.txt
D:\b>dir
...
A.TXT
C.TXT
...
D:\b>edit c.txt
(进入编辑器, 编辑完毕)
D:\b>type c.txt
How did I fall in love with you!
D:\b>cd\
D:\>md backkup
(打错了, 要删除)
D:\>rd backkup
D:\>md backup
D:\>cd backup
D:\backup>xcopy c:\document
...
n file(s) copied
...
D:\backup>time
Current time: 23:00:00
Enter new time:
D:\backup>deltree c:\*.*
All ... deleted? (Y/N)Y
Deleteing... ^C
(这样速度太慢了点)
D:\backup>time
Current time: 23:50:00
Enter new time:
(都 50 分钟了也, 格式化算了)
D:\backup>format c: /q /s
... (Y/N)y
...
C 盘一切数据都没了
D:\backup>c:
C:\>dir
.
..
COMMAND.COM
C:\>attrib
---- COMMAND.COM
-SHR DRVSPACE.BIN
-SHR MSDOS.SYS
-SHR IO.SYS
C:\>d:
D:\>dir
...
...
D:\>cd a
D:\a>dir
...
A.TXT
...
D:\a>copy d:\a\a.txt d:\b
1 file(s) copied
D:\a>cd \b
D:\b>dir
...
A.TXT
...
D:\b>type a.txt
Welcome to learning DOS!
D:\b>ren a.txt b.txt
D:\b>dir
...
B.TXT
...
D:\b>cls
In an instant, only the top D:\b> on the screen remains
D:\b>xcopy d:\a d:\b /s
...
n file(s) copied
...
D:\b>dir
...
A.TXT
...
D:\b>attrib
A--- A.TXT
ASHR C.TXT
D:\b>attrib -s -h -r c.txt
D:\b>dir
...
A.TXT
C.TXT
...
D:\b>edit c.txt
(Enter editor, finish editing)
D:\b>type c.txt
How did I fall in love with you!
D:\b>cd\
D:\>md backkup
(Misspelled, need to delete)
D:\>rd backkup
D:\>md backup
D:\>cd backup
D:\backup>xcopy c:\document
...
n file(s) copied
...
D:\backup>time
Current time: 23:00:00
Enter new time:
D:\backup>deltree c:\*.*
All ... deleted? (Y/N)Y
Deleteing... ^C
(This is a bit too slow)
D:\backup>time
Current time: 23:50:00
Enter new time:
(It's already 50 minutes, might as well format)
D:\backup>format c: /q /s
... (Y/N)y
...
All data on drive C is gone
D:\backup>c:
C:\>dir
.
..
COMMAND.COM
C:\>attrib
---- COMMAND.COM
-SHR DRVSPACE.BIN
-SHR MSDOS.SYS
-SHR IO.SYS
|

Somehow somewhere I've got to choose.
No matter if it is win or lose. |
|
2004-1-14 00:00 |
|
|
luxiaoliang
初级用户
 
积分 95
发帖 1
注册 2004-1-15
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
我想内容不必太记较谁出了,能帮大家就行。谢谢各位了 !
I think the content doesn't need to care too much about who contributed, as long as it helps everyone. Thanks everyone!
|
|
2004-1-15 00:00 |
|
|
jming523
初级用户
 
积分 129
发帖 6
注册 2004-1-15
状态 离线
|
|
2004-1-15 00:00 |
|
|
zhuwj
初级用户
 
积分 105
发帖 1
注册 2004-1-16
状态 离线
|
|
2004-1-16 00:00 |
|
|
superlee1117
初级用户
 
积分 110
发帖 2
注册 2004-1-16
状态 离线
|
|
2004-1-16 00:00 |
|
|
牲口99988
初级用户
 
积分 131
发帖 6
注册 2004-1-16
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
看得很爽~可能现在有一部分看这个贴子的人都成为高手了吧? 作为鼓励~顶!!
It's very enjoyable to read~ Maybe some people who are reading this post have already become experts now? As an encouragement~ Up!!
|
|
2004-1-16 00:00 |
|
|
牲口99988
初级用户
 
积分 131
发帖 6
注册 2004-1-16
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
文章好是好 不过英文水平一般 语法错误一堆 我不会让人打吧?
The article is good, but my English level is average and there are a lot of grammar mistakes. Won't I be beaten by others?
|
|
2004-1-16 00:00 |
|