|
java
初级用户
 
积分 121
发帖 5
注册 2002-11-10
状态 离线
|
『楼 主』:
為何我不能使用deltree這個指令?
使用 LLM 解释/回答一下
它說這不是外部亦不是內部命令...何解?thx
It says this is neither an external nor an internal command... What does it mean? thx
|
|
2002-11-10 00:00 |
|
|
java
初级用户
 
积分 121
发帖 5
注册 2002-11-10
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
還有呢...我連sys亦不能使用..怎麼會這樣?thx
我的的版本是Microsoft Windows XP
还有呢...我连sys亦不能使用..怎么会这样?thx
我的的版本是Microsoft Windows XP
There is also... I can't even use sys.. How come this is happening? thx
My version is Microsoft Windows XP
|
|
2002-11-10 00:00 |
|
|
流氓企鹅
中级用户
   imp
积分 312
发帖 82
注册 2002-11-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
xp 和2000都不支持这个命令的
你可以看看 xp的帮助
Both XP and 2000 do not support this command. You can check the help for XP.
|
|
2002-11-10 00:00 |
|
|
ko20010214
版主
       
积分 7294
发帖 1628
注册 2002-10-16
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
DOS命令分内部命令和外部命令。
内部命令就是command.com能解释执行的隐藏在command.com内部的命令。
不需要别的文件(程序)(软件)来支持。
外部命令其实就是其它的程序(文件)(软件),它通过command.com来解释执行。
只不过这些是DOS系统提供的,标准化的软件,软件名是约定的。而且一般只有一个命令只要有一个文件。而其它的程序(文件)(软件)的命名不是DOS规定的,是软件作者自己命名的。是作为一个增强的软件来用的。有时会是多个文件组成。一般就不能叫做外部命令。但其本质是一样的。都要有特定的可执行文件,该文件都要通过command.com来解释执行。
不知道这样讲是否讲明了。
window自从winMe开始就不支持sys的用法了。
(winme只能从软盘向C盘传送系统文件吧,也就是只有a:\sys c:这个用法了。)
deltree.exe应该说是一个外部命令。(至少在msdos6.22是一个外部命令)
DOS commands are divided into internal commands and external commands.
Internal commands are commands hidden inside command.com that can be interpreted and executed by command.com.
No other files (programs) (software) are needed for support.
External commands are actually other programs (files) (software) that are interpreted and executed through command.com.
However, these are standardized software provided by the DOS system, and the software names are conventional. And generally, only one command has one file. The naming of other programs (files) (software) is not specified by DOS, but is named by the software author. It is used as an enhanced software. Sometimes it may be composed of multiple files. Generally, it cannot be called an external command. But its essence is the same. There must be specific executable files, and these files must all be interpreted and executed through command.com.
I don't know if this explanation is clear enough.
Windows has not supported the use of sys since Windows Me.
(Windows Me can only transfer system files from a floppy disk to the C drive, that is, only the usage of a:\sys c:.)
deltree.exe should be said to be an external command. (At least in MSDOS 6.22, it is an external command)
|

ko20010214
=================================
大功告成,打个Kiss!
ko20010214@MSN.com
神州优雅Q300C
Intel CeleronM 370处理器 | 256MbDDR内存
40G硬盘 | USB2.0 | IEEE 1394
13.3 ' WXGA 宽屏(16:10) | COMBO光驱
10/100M网卡 | 四合一读卡器
|
|
2002-11-10 00:00 |
|
|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
XP中可能已经没有DELTREE命令了,如果你需要,可以从FREEDOS中加入。
In XP, the DELTREE command may have been removed. If you need it, you can add it from FREEDOS.
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-11-10 00:00 |
|
|
Original
初级用户
 
积分 167
发帖 23
注册 2002-10-18
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
在98的C:\WINDOWS\COMMAND目录下有DELTREE.EXE,拷一个到XP中
就可以了撒.
In the 98's C:\WINDOWS\COMMAND directory, there is DELTREE.EXE. Just copy one to XP.
|
|
2002-11-11 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
xp 和2000下 可以使用rd 或 rmdir 来代替 deltree
In Windows XP and Windows 2000, you can use `rd` or `rmdir` instead of `deltree`.
|
|
2003-3-1 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
|
2003-3-1 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
这儿是小巧的DELTREE命令:
http://www.highfiber.com/~raster/deltree.zip
Here is the compact DELTREE command:
http://www.highfiber.com/~raster/deltree.zip
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-3-1 00:00 |
|
|
imp
银牌会员
    
积分 1001
发帖 309
注册 2002-11-19
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
是16位的啊 有没32位的??
It's 16-bit. Is there a 32-bit one?
|
|
2003-3-1 00:00 |
|
|
dongtongjing
初级用户
 
积分 184
发帖 31
注册 2003-3-3
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
同意三楼的意见。
Agree with the opinion of the third floor.
|
|
2003-3-3 00:00 |
|