文件名称:CMD
介绍说明--下载内容均来自于网络,请自行研究使用
编写类似于DOS,UNIX的命令行解释程序
(1)自行定义系统提示符
(2)自定义命令集(8-10个)
(3)用户输入HELP以查找命令的帮助
(4)列出命令的功能,区分内部还是外部命令
(5)用户输入QUIT退出
(6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。
-Write DOS, UNIX-like command line interpreter (1) to define the system prompt (2) (3) the user to enter the HELP command to Help Find command (4) lists custom command set (8-10) function, to distinguish between internal or external command (5) user input QUIT exit (6) internal commands dir, cd, md, rd, cls, date, time, ren, copy, etc..
(1)自行定义系统提示符
(2)自定义命令集(8-10个)
(3)用户输入HELP以查找命令的帮助
(4)列出命令的功能,区分内部还是外部命令
(5)用户输入QUIT退出
(6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。
-Write DOS, UNIX-like command line interpreter (1) to define the system prompt (2) (3) the user to enter the HELP command to Help Find command (4) lists custom command set (8-10) function, to distinguish between internal or external command (5) user input QUIT exit (6) internal commands dir, cd, md, rd, cls, date, time, ren, copy, etc..
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cmd$2.class
Cmd.class
Cmd.java
command.txt
Cmd$1.class