搜索资源列表
cdkey转换器
- CD-KEY转换器, 自动帮助转换WAR3CDKEY, 数据档是DATA.MDB-CD-KEY converters, automatic conversion WAR3CDKEY help, data stall is DATA.MDB
shell.rar
- 实现shell 实现内置命令cd、pwd,实现环境变量,输入和输出可以重定向到文件,Achieve the realization of built-in shell commands cd, pwd, the achievement of environmental variables, input and output can be redirected to the file
shell
- 自己编写的小型shell,实现了多重管道,输入输出重定向,后台执行,以及cd命令-I have written a small shell, the realization of a multi-channel input and output redirection, background execution, as well as the cd command
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
S_Shell
- 模拟shell实现以下功能: int login() int getcmd() void dir() void cd() void clear() void newdir() void deldir() void del() void copy() void cut() void account() void help() -Simulation shell to achieve the following functi
shell1
- 一个简单的shell命令 包括cd等的使用 学习用-A simple shell command, including the use of such learning to use cd
Eliminarviruamvo.exe
- scr ipt to disable autoruns in usb and cd drives and other utilities
S_Shell
- 基本实现SHELL。如内置功能CD 创建DIR,删除DIR等-The basic realization of SHELL
shell
- windows shell,命令解释器,实现了基本的功能,如list,cd等-windows shell
cdevents
- CD events, open, close CD using system function calls. Can be used with multimedia applications. Can also use functions with screen manipulation
opencd
- 用来给做自动启动安装包,在运行后快速打开cd下的某个位置,起到引导作用-open cd
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
shell
- 在shell程序实现盘符切换、cd、dir、mkdir、chdir等五个ms-dos命令
myautorundisk
- 制作光盘自引导,并且自动识别安装程序的工具-Tools to create CD-ROM from the boot, and the installation program automatically recognizes
shell
- 展示了C语言如何进行系统调用执行logout cd ls pwd pid rm mkdir mv cp等命令 -Shows how the C language system call execution logout cd ls pwd pid rm mkdir mv cp command, etc.