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-08-13 15:06
中国DOS联盟论坛 » DOS学习入门 & 精彩文章 (教学室) » Newbie getting started. View 831 Replies 14
Original Poster Posted 2004-02-24 00:00 ·  中国 上海 鹏博士宽带
高级用户
★★
zhri
Credits 665
Posts 153
Joined 2004-02-23 00:00
22-year member
UID 18241
Gender Male
Status Offline
DOS is installed. (ms-6.22)

cd enter a certain directory
dir ( /w horizontal display, easier on the eyes /a show hidden files /p pause at each full screen

copy a b (copy the thing at path a to path b)

copy a+b c (combine the thing at path a and the thing at path b and store them at path c, but this is generally only used for plain text files)

del command to delete files, cannot delete directories. (same as erase, del c:\*.*)
deltree a substitute for del, an external command file. Usually used together with the /y parameter (for example: deltree /y c:\*.*)

rd delete an empty directory (empty folder) rd c:\dos
md create an empty directory md c:\dos

ren rename a file ren a b (rename file a to b)

move an external command, used to move files or directories. However, it is generally used to rename directories. (move dos doss, rename directory dos to doss)

format an external command used to format disks. The commonly used parameters are /q quick format, only rebuilds the allocation table /u no backup information at all anymore, generally to prevent the unformat command (format c:/u/q)

type command to display file contents, generally for plain text files. For example: type c:\config.sys

. stands for the current directory

.. stands for the parent directory
For example, if I am on drive E and want to copy the contents in the parent directory of drive D to the current directory of drive D, I can do it like this
e:\>copy d:..\*.* d:.
The \ above is the path separator, * is a wildcard and represents a group of characters, similarly ? represents one character.

xcopy is an external command, an enhanced copy command. It can copy lower-level subdirectories together with everything else.
The commonly used parameters are /e to copy all lower-level subdirectories together /c to copy lower-level subdirectories together, but skip them when an empty directory is encountered.

Under DOS there are three kinds of file names (extensions) that can be executed directly.

.exe generally executable files
.com at most 64K, executes directly, does not perform relocation.
.bat batch files, execute directly, can be edited with text editors such as edit

Direct execution means it is the entry point for some application program or command or work.

Text editing under DOS uses the edit command. This is an external command. It is inseparable from the Qbasic that comes with MS-dos.

qbasic is also an external command. It can run the Qbasic language that comes with MS-dos.

With the above, you can get started. After that comes understanding and configuring DOS memory management and more DOS commands.

......
Floor 2 Posted 2004-02-25 00:00 ·  美国
系统支持
★★★★★★
“新DOS时代”站长
Credits 27,736
Posts 10,521
Joined 2002-10-09 12:00
23-year member
UID 9
Status Offline
You really should update your DOS version.
Wengier - 新DOS时代

欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/

E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)

Floor 3 Posted 2004-02-25 00:00 ·  中国 辽宁 朝阳 联通
铂金会员
★★★★
痴迷DOS者
Credits 5,798
Posts 1,924
Joined 2003-06-20 00:00
23-year member
UID 5583
Gender Male
From 金獅電腦軟體工作室
Status Offline
The OP's DOS version is a bit too old. I recommend using the MSDOS 7.10 version provided by the forum. If you don't want to use MSDOS, you can also use DRDOS 7.03 or PCDOS 7.10 or FREEDOS 8, etc.
熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
Floor 4 Posted 2004-02-25 00:00 ·  中国 上海 鹏博士宽带
高级用户
★★
zhri
Credits 665
Posts 153
Joined 2004-02-23 00:00
22-year member
UID 18241
Gender Male
Status Offline
Oh right.

Brother Wengier.

Could you make the DOS7.1 installation a bit more foolproof?

I tried messing with it today, but I don't really seem to know how to install it.

(Mainly I'm afraid it'll conflict with my current 98, because there are a lot of important things in 98)
Floor 5 Posted 2004-02-28 00:00 ·  中国 浙江 温州 瓯海区 电信
初级用户
Credits 140
Posts 8
Joined 2004-02-26 00:00
22-year member
UID 18560
Gender Male
Status Offline
How do I use DOS to enter a folder with a Chinese filename?
Floor 6 Posted 2004-02-28 00:00 ·  中国 广东 佛山 联通
初级用户
Credits 115
Posts 3
Joined 2004-02-28 00:00
22-year member
UID 18686
Gender Male
Status Offline
Yeah, I'd like to know too.
Floor 7 Posted 2004-03-03 00:00 ·  中国 江苏 苏州 电信
初级用户
Credits 264
Posts 36
Joined 2004-01-12 00:00
22-year member
UID 15361
Gender Female
Status Offline
The following is a quote from 烽火00 on 2004-2-28 9:20:55:
How do I use DOS to enter a folder with a Chinese filename?


Just enter UCDOS or CCDOS and that will do
Floor 8 Posted 2004-03-03 00:00 ·  中国 黑龙江 齐齐哈尔 联通
初级用户
Credits 127
Posts 5
Joined 2004-02-27 00:00
22-year member
UID 18625
Gender Male
Status Offline
Can't you do it under pure DOS?
Floor 9 Posted 2004-03-03 00:00 ·  中国 广东 广州 电信
初级用户
Credits 105
Posts 1
Joined 2004-03-03 00:00
22-year member
UID 19076
Gender Male
Status Offline
The following is a quote from zhri on 2004-2-25 13:07:13:


Brother Wengier.

Could you teach some commands for assembling/installing machines?
Floor 10 Posted 2004-03-03 00:00 ·  中国 河北 邯郸 联通
初级用户
Credits 155
Posts 10
Joined 2004-02-23 00:00
22-year member
UID 18246
Gender Female
Status Offline
I'd like to learn too
Floor 11 Posted 2004-03-04 00:00 ·  中国 湖南 株洲 中移铁通
初级用户
Credits 106
Posts 1
Joined 2004-03-04 00:00
22-year member
UID 19196
Gender Male
Status Offline
I still don't understand DOS very well, please give me some guidance.
Floor 12 Posted 2004-03-04 00:00 ·  中国 辽宁 沈阳 联通
初级用户
Credits 135
Posts 7
Joined 2004-03-04 00:00
22-year member
UID 19212
Gender Male
Status Offline
Really, thank you so much
Floor 13 Posted 2004-03-05 00:00 ·  中国 山西 忻州 联通
初级用户
爱心服务老总
Credits 114
Posts 4
Joined 2004-03-05 00:00
22-year member
UID 19247
Gender Male
Status Offline
Mine is a bit more detailed
Floor 14 Posted 2004-03-05 00:00 ·  中国 福建 漳州 中移铁通
初级用户
相信自己哈
Credits 158
Posts 12
Joined 2004-03-05 00:00
22-year member
UID 19294
Gender Male
Status Offline
I learned UCDOS in middle school. I've forgotten it all by now~~~ but I still remember a little
Hehe~
相信你,也相信我自己。
DOS联盟,我的知音~~~
Floor 15 Posted 2004-03-05 00:00 ·  中国 安徽 淮北 电信
初级用户
Credits 106
Posts 1
Joined 2004-03-05 00:00
22-year member
UID 19318
Gender Male
Status Offline
I want to really learn DOS well, please give me lots of guidance
Forum Jump: