China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-02 09:11
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » Quickly Master Common DOS Commands [Original] View 6,653 Replies 46
Floor 31 Posted 2004-01-09 00:00 ·  中国 吉林 延边朝鲜族自治州 延吉市 联通
初级用户
Credits 105
Posts 1
Joined 2004-01-09 00:00
22-year member
UID 15178
Gender Male
Status Offline
Good stuff
Floor 32 Posted 2004-01-09 00:00 ·  中国 江西 萍乡 电信
初级用户
极品+超级版主
Credits 125
Posts 5
Joined 2003-12-31 00:00
22-year member
UID 14715
Gender Male
Status Offline
Floor 33 Posted 2004-01-10 00:00 ·  中国 福建 福州 电信
初级用户
Credits 112
Posts 3
Joined 2004-01-10 00:00
22-year member
UID 15235
Gender Male
Status Offline
Well, but I still don't understand.
Floor 34 Posted 2004-01-10 00:00 ·  中国 内蒙古 包头 联通
初级用户
Credits 105
Posts 1
Joined 2004-01-10 00:00
22-year member
UID 15267
Gender Male
Status Offline
I want to know about DOS commands related to the network, such as ping, including parameters, formats, and common errors!
Floor 35 Posted 2004-01-10 00:00 ·  中国 广东 茂名 电信
初级用户
Credits 109
Posts 2
Joined 2004-01-10 00:00
22-year member
UID 15273
Gender Male
Status Offline
Thanks, I'm learning the basic knowledge of DOS, timely!
Floor 36 Posted 2004-01-13 00:00 ·  中国 广西 百色 联通
初级用户
Credits 115
Posts 3
Joined 2004-01-13 00:00
22-year member
UID 15434
Gender Male
Status Offline
With Chinese annotations, finally got some gains, thanks!!!!!!!!!!!!!!!
Floor 37 Posted 2004-01-13 00:00 ·  中国 上海 浦东新区 电信
初级用户
Credits 124
Posts 6
Joined 2004-01-13 00:00
22-year member
UID 15467
Gender Male
From 33
Status Offline
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
Floor 38 Posted 2004-01-14 00:00 ·  中国 福建 龙岩 广电网
初级用户
Credits 110
Posts 2
Joined 2004-01-14 00:00
22-year member
UID 15514
Gender Male
Status Offline
All is in the unspoken words......................................Good
Floor 39 Posted 2004-01-14 00:00 ·  中国 湖北 武汉 联通
银牌会员
★★★
Credits 1,681
Posts 512
Joined 2003-08-02 00:00
22-year member
UID 7953
Gender Male
Status Offline
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.
Floor 40 Posted 2004-01-15 00:00 ·  中国 浙江 台州 电信
初级用户
Credits 95
Posts 1
Joined 2004-01-15 00:00
22-year member
UID 15576
Gender Male
Status Offline
I think the content doesn't need to care too much about who contributed, as long as it helps everyone. Thanks everyone!
Floor 41 Posted 2004-01-15 00:00 ·  中国 山东 菏泽 联通
初级用户
Credits 129
Posts 6
Joined 2004-01-15 00:00
22-year member
UID 15593
Gender Male
Status Offline
Tears of gratitude!!!
Floor 42 Posted 2004-01-16 00:00 ·  美国 希捷科技
初级用户
Credits 105
Posts 1
Joined 2004-01-16 00:00
22-year member
UID 15618
Gender Male
Status Offline
Thanks
Floor 43 Posted 2004-01-16 00:00 ·  中国 江苏 宿迁 电信
初级用户
Credits 110
Posts 2
Joined 2004-01-16 00:00
22-year member
UID 15664
Gender Male
Status Offline
Hehe, learned a lot.
Floor 44 Posted 2004-01-16 00:00 ·  中国 辽宁 大连 金州区 联通
初级用户
Credits 131
Posts 6
Joined 2004-01-16 00:00
22-year member
UID 15668
Gender Male
Status Offline
It's very enjoyable to read~ Maybe some people who are reading this post have already become experts now? As an encouragement~ Up!!
Floor 45 Posted 2004-01-16 00:00 ·  中国 辽宁 大连 金州区 联通
初级用户
Credits 131
Posts 6
Joined 2004-01-16 00:00
22-year member
UID 15668
Gender Male
Status Offline
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?
Forum Jump: