文件名称:myshell
- 所属分类:
- Shell编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-11-14
- 文件大小:
- 11.29mb
- 下载次数:
- 0次
- 提 供 者:
- 余**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
开发的Shell程序支持以下命令:
1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。
2)clr——清屏
3)dir <directory>——列出目录<directory>的内容
4)environ——列出所有的环境变量
5)echo <comment>——在屏幕上显示<comment>并换行
6)help——显示用户手册,并使用more命令过滤
7)pause——停止Shell存在直到按下回车键
8)quit——退出Shell
9)其它的命令行输入被解释为程序调用,Shell创建并执行这个程序。
-Shell program supports the development of the following commands: 1) cd <directory>- Change the current default directory <directory> . If you do not <directory> Command displays the current directory if <directory> Directory does not exist, there will be an appropriate error message. 2) clr- clear screen 3) dir <directory>- List directory <directory> Content 4) environ- lists all environment variables 5) echo <comment>- Display on the screen <comment> And line 6) help- displays the user' s manual, and use the more command filter 7) pause- stop Shell exist until you press the Enter key 8) quit- quit Shell 9) Other command-line input is interpreted as a procedure call, Shell to create and execute this program.
1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。
2)clr——清屏
3)dir <directory>——列出目录<directory>的内容
4)environ——列出所有的环境变量
5)echo <comment>——在屏幕上显示<comment>并换行
6)help——显示用户手册,并使用more命令过滤
7)pause——停止Shell存在直到按下回车键
8)quit——退出Shell
9)其它的命令行输入被解释为程序调用,Shell创建并执行这个程序。
-Shell program supports the development of the following commands: 1) cd <directory>- Change the current default directory <directory> . If you do not <directory> Command displays the current directory if <directory> Directory does not exist, there will be an appropriate error message. 2) clr- clear screen 3) dir <directory>- List directory <directory> Content 4) environ- lists all environment variables 5) echo <comment>- Display on the screen <comment> And line 6) help- displays the user' s manual, and use the more command filter 7) pause- stop Shell exist until you press the Enter key 8) quit- quit Shell 9) Other command-line input is interpreted as a procedure call, Shell to create and execute this program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myshell\Debug\myshell.exe
.......\.....\myshell.ilk
.......\.....\myshell.pdb
.......\.....\shellhelp.txt
.......\ipch\myshell-5903f905\myshell-acfa900a.ipch
.......\myshell\Debug\CL.read.1.tlog
.......\.......\.....\CL.write.1.tlog
.......\.......\.....\link-cvtres.read.1.tlog
.......\.......\.....\link-cvtres.write.1.tlog
.......\.......\.....\link.20520-cvtres.read.1.tlog
.......\.......\.....\link.20520-cvtres.write.1.tlog
.......\.......\.....\link.20520.read.1.tlog
.......\.......\.....\link.20520.write.1.tlog
.......\.......\.....\link.8200-cvtres.read.1.tlog
.......\.......\.....\link.8200-cvtres.write.1.tlog
.......\.......\.....\link.8200.read.1.tlog
.......\.......\.....\link.8200.write.1.tlog
.......\.......\.....\link.8548-cvtres.read.1.tlog
.......\.......\.....\link.8548-cvtres.write.1.tlog
.......\.......\.....\link.8548.read.1.tlog
.......\.......\.....\link.8548.write.1.tlog
.......\.......\.....\link.read.1.tlog
.......\.......\.....\link.write.1.tlog
.......\.......\.....\mt.read.1.tlog
.......\.......\.....\mt.write.1.tlog
.......\.......\.....\myshell.Build.CppClean.log
.......\.......\.....\myshell.exe.embed.manifest
.......\.......\.....\myshell.exe.embed.manifest.res
.......\.......\.....\myshell.exe.intermediate.manifest
.......\.......\.....\myshell.lastbuildstate
.......\.......\.....\myshell.log
.......\.......\.....\myshell_manifest.rc
.......\.......\.....\rc.read.1.tlog
.......\.......\.....\rc.write.1.tlog
.......\.......\.....\shell.obj
.......\.......\.....\vc100.idb
.......\.......\.....\vc100.pdb
.......\.......\myshell.vcxproj
.......\.......\myshell.vcxproj.filters
.......\.......\myshell.vcxproj.user
.......\.......\shell.cpp
.......\myshell.sdf
.......\myshell.sln
.......\myshell.suo
.......\ipch\myshell-5903f905
.......\myshell\Debug
.......\Debug
.......\ipch
.......\myshell
myshell