搜索资源列表
ut
- 在Windows命令行下模仿Linux Sheel 界面。移植Linux 下常用命令。有初始登录,新建用户,设置更改用户密码,并记录用户的这些信息。还有其他的,比如ls,su,cp等-In Windows command line imitation under Linux Sheel interface. Transplantation under Linux commonly used command. Have the initial login, new users, set chang
Derived-network-configuration
- :: 此批处理可自动识别并列出所有网卡,并根据用户选择准确生成网卡信息,并在注册表中查找相应注册信息,兼容WinXP&Win7系统,智能识别 :: 本批处理适用于网络维护人员进行网络配置信息的备份与恢复,同时也是极佳的批处理学习参考代码,其中涉及字符串切割、文件读取及行数判断、注册表修改、生成可变参量等技术,为批处理编程人员及初学爱好者提供良好的参考-:: This batch can automatically identify and list all the NIC and ac
myshell
- 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment