搜索资源列表
shellcontextmenu_demo1
- 这是shell程序的扩展,可以添加右键菜单,这部分是演示程序。-This is a Shell Extension. It can add context menus, and it is a demo.
Shell实例
- t_shell 一个简单完整的命令解释程序 适合shell入门的实例程序-t_shell a simple explanation of command shell entry procedures for the sample program
Focus
- 这是自己写的shell程序,运行环境为evc4.2,本程序已经测试通过!-write his shell, the environment for evc4.2, this procedure has been tested!
shellgame1
- shell程序实现小游戏——俄罗斯方块。直接修改扩展名rar为sh-shell game for minor procedures -- Tetris. Direct changes rar extension of the sh
12457892
- 杀死Unix僵死进程的Shell程序编写详解 -killed fossilized process Unix Shell Programming Elaborates on
ttykill
- 根据终端号杀进程的SHELL程序 两个根据输入的终端号杀终端进程的SHELL程序-based on the terminal, the process of killing two SHELL procedures depending on the input terminals of the process of scrapping terminal SHEL L procedures
Shell-Code
- windows 2000下面的SHELL一个外挂程序-windows 2000 following a plug-SHELL
date
- 计算日期的shell程序-calculation date shell
final
- 这是一个shell程序,实现模拟进程,后台操作,重定向等功能
sh.sh
- shell 程序 TAB 自动补全
shell
- 一个简单的命令解释器—模拟shell 功能的程序,实现要求中所提到的可打开提示符,并获取用户输入的指令、可解析指令、可寻找命令文件、可执行基本的命令等功能
namespace.虚拟文件夹(Shell Namespace extension)编程的几个例子
- 虚拟文件夹(Shell Namespace extension)编程的几个例子,不过程序老了点,是用VC2或VC4编译的,用到了未公开的Windows Shell函数, The hypothesized folder (Shell Namespace extension) programs several examples, but the procedure was old, was translates with VC2 or VC4, with not public Windows S
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
一个简单的shell程序
- 《操作系统—精髓与设计原理》一书中myshell编程项目
qnes
- shell程序-shell program
shell
- 实现带参数的简单shell 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。 4、程序运行正确,提示简洁明确。 -Parameters to achieve a simple shell 1, apart from the system call exe
myshell
- 一个shell程序,可以在指定的UNIX平台下运行,里面包含代码,用户手册,详细设计说明-A shell program, you can specify the UNIX platform in the run, which contains the code, user manuals, detailed design descr iption
shell
- 这是一个简单的shell程序的设计。用的是c语言实现的基本的操作。-This is a simple shell program design. C language basic operation.
shell
- 在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令