|
cyn8110659
初级用户
 
积分 58
发帖 21
注册 2007-4-10
状态 离线
|
『楼 主』:
几个DOS慎用的命令和建议
使用 LLM 解释/回答一下
del *.* 删除当前目录所有文件
[建 议] 在C盘根目录使用del *.*会使电脑找不到鼠标、光驱、不能使用
windows,甚至不能启动。 事实上在任何目录中使用这条命令,都需
要好好考虑。
deltree *.* 删除当前目录下所有目录与文件
[建 议] 在C盘根目录中使用这条命令,那你必须要保证你的头脑是清醒的,
而且你保证这样做是有必要的,但我们认为在任何情况下都不应该这
样使用这条命令。 在任何目录下使用deltree *.*都会产生与
del *.*一样甚至更坏的结果。慎之!慎之!
format c:/u 格式化C盘
[建 议] 除非你的硬盘被病毒感染得很深,或者有一个真正电脑专家告诉你应
该这样做,否则不要将C盘格式化,它会使你丢失一切信息,还需要
花几个小时来重新安装所有的软件。
fdisk 硬盘分区
[建 议] 硬盘分区时,一定要让一个曾经使用过这条命令的人来帮助你使用,
否则你将失去所有信息,甚至连硬盘都不能使用了。
recover 覆盖磁盘
[建 议] 在DOS 6以后就不再有这条命令了,如果你使用的是老版本的DOS,劝
你在任何时候都不要使用它,它除了将你的硬盘所有的信息破坏掉就
没有其它作用了。
del *.* Delete all files in the current directory
Using del *.* in the root directory of drive C will make the computer unable to find the mouse, CD drive, cannot use Windows, and even cannot boot. In fact, when using this command in any directory, you need to think carefully.
deltree *.* Delete all directories and files under the current directory
When using this command in the root directory of drive C, you must ensure that your mind is clear, and you ensure that it is necessary to do so, but we think that you should not use this command in any case. Using deltree *.* in any directory will produce the same or even worse results than del *.*. Be careful! Be careful!
format c:/u Format drive C
Unless your hard drive is deeply infected with a virus, or a real computer expert tells you that you should do this, do not format drive C. It will make you lose all information, and you will need to spend several hours reinstalling all software.
fdisk Hard disk partitioning
When partitioning the hard disk, be sure to let someone who has used this command help you use it, otherwise you will lose all information, and even the hard disk cannot be used.
recover Overwrite the disk
This command is no longer available after DOS 6. If you are using an older version of DOS, it is recommended that you do not use it at any time. It has no other function except destroying all information on your hard disk.
|
|
2007-4-30 22:31 |
|
|
mlzjq
新手上路

积分 4
发帖 2
注册 2007-4-29
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
谢谢楼主的提醒~~这么的确是影响力很强的命令
Thanks to the LZ's reminder~~ This is indeed a very influential command
|
|
2007-4-30 23:33 |
|
|
yang07
新手上路

积分 6
发帖 3
注册 2007-4-30
状态 离线
|
『第 3 楼』:
郁闷
使用 LLM 解释/回答一下
有些东东早不用了。系统就没有啊。
Some things are no longer used. The system just doesn't have them.
|
|
2007-5-1 00:19 |
|
|
maye
新手上路

积分 4
发帖 2
注册 2007-5-2
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
恩,这几个命令真的要慎重用的。
Well, these commands really need to be used with caution.
|
|
2007-5-2 10:40 |
|
|
maladana
初级用户
 
积分 47
发帖 24
注册 2006-10-22
状态 离线
|
|
2007-5-4 03:21 |
|
|
hexl
初级用户
 
积分 65
发帖 27
注册 2006-8-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
这些命令是很危险,但在有的时候,这个命令还是很有用处的,比如要删除某个目录(文件夹)下的文件,就需要使用del *.*这个命令。我的建议是如果要学习这些命令的话,还是要在虚拟磁盘中进行较好。
These commands are very dangerous, but in some cases, this command is still very useful. For example, to delete files in a certain directory (folder), you need to use the del *.* command. My suggestion is that if you want to learn these commands, it is better to do so in a virtual disk.
|
|
2007-5-8 18:49 |
|
|
foulshan
新手上路

积分 18
发帖 8
注册 2007-2-26
状态 离线
|
|
2007-5-8 23:36 |
|
|
c33986
新手上路

积分 4
发帖 1
注册 2007-5-9
状态 离线
|
|
2007-5-9 00:58 |
|
|
gmsx007
初级用户
 
积分 75
发帖 36
注册 2007-5-11
状态 离线
|
『第 9 楼』:
感谢提供!
使用 LLM 解释/回答一下
在下的谢过了!
Thanks from the bottom of my heart!
|
|
2007-5-11 17:09 |
|
|
erdong
新手上路

积分 3
发帖 2
注册 2007-4-30
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
感谢楼主提醒 记住了 呵呵
Thanks to the LZ for the reminder Got it Hehe
|
|
2007-5-11 17:59 |
|
|
huijia0805
初级用户
 
积分 53
发帖 26
注册 2007-10-6
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
谢谢楼主的提醒~~这么的确是影响力很强的命令
Thanks to the LZ's reminder~~ This is indeed a command with strong influence
|
|
2007-10-6 01:25 |
|
|
huijia0805
初级用户
 
积分 53
发帖 26
注册 2007-10-6
状态 离线
|
|
2007-10-9 20:28 |
|
|
wuhaiyang
新手上路

积分 19
发帖 10
注册 2006-12-26
状态 离线
|
|
2007-10-10 13:27 |
|
|
wxh0000mm
新手上路

积分 6
发帖 4
注册 2007-9-19
状态 离线
|
|
2007-10-10 17:10 |
|
|
huahua0919
银牌会员
    
积分 1608
发帖 780
注册 2007-10-7
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
谢谢提醒,以后会小心的
Thanks for the reminder, I'll be careful in the future
|
|
2007-10-11 09:37 |
|