当前位置:  技术问答>linux和unix

各位有谁知道dos里一共有多少个命令啊?不喜欢用dos的不用进了!!

    来源: 互联网  发布时间:2015-02-17

    本文导语:  最近有人问我dos有多少个命令,我一直回答不上来,真是汗呀!!!!~~~~ | 同意楼上,问问题的人有点像孔乙已,跟别人说茴字有几种写法。 md cd rd dir path tree deltree format unformat chkdsk diskcopy label vol scandi...

最近有人问我dos有多少个命令,我一直回答不上来,真是汗呀!!!!~~~~

|
同意楼上,问问题的人有点像孔乙已,跟别人说茴字有几种写法。
md
cd
rd
dir
path
tree
deltree
format
unformat
chkdsk
diskcopy
label
vol
scandisk
defrag
sys
copy
xcopy
type
ren
fc
attrib
del
undelete
cls
ver
data
time
mem
msd
dosshell
print
echo
verfiy
help
doskey
diskcopy
diskcomp
smartdrv
subst
edit
(还有没有补充的,打一张清单给那个人慢慢数)

|
ASSOC    Displays or modifies file extension associations
AT       Schedules commands and programs to run on a computer.
ATTRIB   Displays or changes file attributes.
BREAK    Sets or clears extended CTRL+C checking.
CACLS    Displays or modifies access control lists (ACLs) of files.
CALL     Calls one batch program from another.
CD       Displays the name of or changes the current directory.
CHCP     Displays or sets the active code page number.
CHDIR    Displays the name of or changes the current directory.
CHKDSK   Checks a disk and displays a status report.
CHKNTFS  Displays or modifies the checking of disk at boot time.
CLS      Clears the screen.
CMD      Starts a new instance of the Windows 2000 command interpreter.
COLOR    Sets the default console foreground and background colors.
COMP     Compares the contents of two files or sets of files.
COMPACT  Displays or alters the compression of files on NTFS partitions.
CONVERT  Converts FAT volumes to NTFS.  You cannot convert the
         current drive.
COPY     Copies one or more files to another location.
DATE     Displays or sets the date.
DEL      Deletes one or more files.
DIR      Displays a list of files and subdirectories in a directory.
DISKCOMP Compares the contents of two floppy disks.
DISKCOPY Copies the contents of one floppy disk to another.
DOSKEY   Edits command lines, recalls Windows 2000 commands, and creates macros.

ECHO     Displays messages, or turns command echoing on or off.
ENDLOCAL Ends localization of environment changes in a batch file.
ERASE    Deletes one or more files.
EXIT     Quits the CMD.EXE program (command interpreter).
FC       Compares two files or sets of files, and displays the differences
         between them.
FIND     Searches for a text string in a file or files.
FINDSTR  Searches for strings in files.
FOR      Runs a specified command for each file in a set of files.
FORMAT   Formats a disk for use with Windows 2000.
FTYPE    Displays or modifies file types used in file extension associations.
GOTO     Directs the Windows 2000 command interpreter to a labeled line in a
         batch program.
GRAFTABL Enables Windows 2000 to display an extended character set in graphics
         mode.
HELP     Provides Help information for Windows 2000 commands.
IF       Performs conditional processing in batch programs.
LABEL    Creates, changes, or deletes the volume label of a disk.
MD       Creates a directory.
MKDIR    Creates a directory.
MODE     Configures a system device.
MORE     Displays output one screen at a time.
MOVE     Moves one or more files from one directory to another directory.
PATH     Displays or sets a search path for executable files.
PAUSE    Suspends processing of a batch file and displays a message.
POPD     Restores the previous value of the current directory saved by PUSHD.
PRINT    Prints a text file.
PROMPT   Changes the Windows 2000 command prompt.
PUSHD    Saves the current directory then changes it.
RD       Removes a directory.
RECOVER  Recovers readable information from a bad or defective disk.
REM      Records comments (remarks) in batch files or CONFIG.SYS.
REN      Renames a file or files.
RENAME   Renames a file or files.
REPLACE  Replaces files.
RMDIR    Removes a directory.
SET      Displays, sets, or removes Windows 2000 environment variables.
SETLOCAL Begins localization of environment changes in a batch file.
SHIFT    Shifts the position of replaceable parameters in batch files.
SORT     Sorts input.
START    Starts a separate window to run a specified program or command.
SUBST    Associates a path with a drive letter.
TIME     Displays or sets the system time.
TITLE    Sets the window title for a CMD.EXE session.
TREE     Graphically displays the directory structure of a drive or path.
TYPE     Displays the contents of a text file.
VER      Displays the Windows 2000 version.
VERIFY   Tells Windows 2000 whether to verify that your files are written
         correctly to a disk.
VOL      Displays a disk volume label and serial number.
XCOPY    Copies files and directory trees.
只是一部分
或在DOS下打HELP就行了:)

|
安个dos看看共中的 *.exe *.com不就行了。
或者看一下dos的帮助文件。

|
DOS的命令多的要死,有N条吧。。。。。。。。真不知道比尔.盖茨的脑子怎么会想出这么多的命令。
不过多归多,真能用的多的也没几条了。

|
内部命令都包含在了command.com中,例如dir,cd,md,type,copy等等。
外部命令就是独立存在的.exe和.com了,可以去dos目录里看,比如format.com,xcopy.exe,fdisk.exe等等。

|
其实这个没有什么讨论的价值,会用常用的就OK拉~~~

|
没unix多把!
关键是参数太复杂

|
这位大哥,是谁问这么高级的问题?
那你就问问他,你有几根头发?
想学就多看看书吧。

    
 
 

您可能感兴趣的文章:

  • 我现在想学习dos 6.22 但不知道从哪儿可以找到dos的所有命令,不然这没法学了,如果有谁知道的,请告诉我。谢谢!!
  • 有谁知道用什么命令可以在dos下建立新文件,并且定义文件的类型吗?还有怎么在dos下修改文件的属性呢?
  • 谁知道经典的DOS游戏去哪里下载?
  • AC97的声卡(intel芯片)的dos驱动。谁知道哪有。
  • 谁知道dos622安装软盘各张盘上的内容?
  • 谁知道DOS下的FTP怎样上传二进制文件?
  • 有谁知道,DOS下的批处理-循环执行命令FOR的用法??(对你来说,可能很简单?
  • 急!!!!谁知道在dos下怎么改显示器的刷新率、分辨率?
  • 谁知道有没有在DOS下访问或者操作的NTFS格式磁盘的工具?介绍一下,或者在那里下载?
  • 同志们哪,有谁知道如何在java里执行dos命令?谢谢了
  • 有谁知道ramdrive.sys在dos下的详细用法,敬请赐教,倍感感激!!
  • 有谁知道命令后加-的参数和不加-的参数有什么不同?
  • 有谁知道linux操作系统察看cpu使用率的命令,回答正确给高分,急,在线等待!!!
  • 按'k'键不能显示历史命令,谁知道怎么回事?
  • 谁知道怎么用TELNET到rh9远程运行命令呀?
  • 请问谁知道怎么通过看LINIX原代码,来了解LINIX是如何实现FTP的,包括FTP的命令?谢谢
  • 有谁知道,jbuilder7.0是调用了那些命令打包成EXE文件的?
  • 有谁知道javac命令编译一个目录下所有的.java文件。在线等候
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 谁知道websphere的试用版怎么做掉?
  • 谁知道有类似启动kde的指令startkde,来启动gnome?
  • 谁知道jdbc有什么好一点的书,一定给分
  • 请问JBulider 4的序列号谁知到?能否提供给小弟?谢谢
  • 谁知道jbuilder3的KEY
  • 谁知道在哪儿可以找到Imap 4.5
  • 请问谁知道那有classes.zip for jdk1.2 ?
  • 谁知道哪儿有jbuilder5下载
  • 有谁知道关于Applet中怎么样调用html. 50分全送
  • jbuilder5企业版的序列号谁知道?
  • 谁知道JB的书籍下载?
  • Web服务器/前端 iis7站长之家
  • 谁知道java认证的日期?
  • 谁知道Borland application server 5.0的serial number 和 key?
  • 请问有谁知道那里有Linux系统的ADSL拨号软件下载!谢谢!
  • 谁知道如何写脚本,一开机就执行某程序?
  • 谁知道哪里有jbulider4下载,我的机器跑jbulider5很慢!
  • 谁知道如何使用sygate作二级代理〉??
  • 有谁知道哪有下载 JB6 的地方?谢谢
  • 谁知道MySQL的驱动接口程序在那里下载?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3