搜索资源列表
cmd.(vc++)
- 计算器功能,就是一个简单的计算器。和WINDOWS自带的差不多
WIN32 SDK界面:仿Window命令行界面
- 模仿Windows命令行窗口,或者是telnet客户端风格的带命令输入的文本显示窗口。基于WIN32 SDK完全自绘窗口。
lsarpc
- 针对windows的LSA漏洞的攻击代码,返回cmd控制窗口-Windows of vulnerability for attacks LSA code, return cmd window control
FTPClient_demo
- 该FTP采用标准的FTP cmd,实现登录,上传,下载文件,对于需要跟踪底层消息处理的非常有帮助,并且稍加改动就可以移植到Windows Mobile,我们目前的产品一直在使用,非常的稳定,代码采用C/C++ 和 模板来编写,结构清晰,可读性强,对于socket编程来说也是很好的学习代码-The FTP standard FTP cmd, the realization of the registry, upload, download files, the need for follow-up
COBLK_last
- 标准C文件代码中注释识别统计,按照用户预定格式输出到文件中 提供给用户运行程序的方式,程序的所有输入,要求在windows CMD命令行下面进行操作和显示。方括号表示可选参数;大括号表示必选参数,输入的时候不需要键入括号。COBLK [-c] {filename},支持绝对路径,相对路径,如果没有路径,默认为程序所在目录。 每次执行只处理1个文件,即filename只表达出一个文件,不支持多个文件处理。 对可选参数[-c],当使用此参数时,输出文件包含注释块开始行号和注释块内注
Shell
- 基本上shell分两大类: 一:图形界面shell(Graphical User Interface shell 即 GUI shell) 例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。 二:命令行式 shell(Comm
Windows_CMD_Emulator
- Windows CMD Emulator is Based Upon Creating a Pipe to Read and Write Data to, it Opens a CMD Window Hidden and Starts Sending and Receiving Data from it using a simple SetTimer Event
path
- simple windows cmd scr ipt to add new paths to PATH variable
netbt
- simple windows cmd scr ipt to enable network adapter status in windows tray
os-cmd
- 操作系统作业,模拟MS-DOS,命令解释程序,windows界面,类似cmd.exe-os
sleep
- 在cmd的环境下,常常需要等待一段时间,这时可以使用这个工具。使用命令可以任意组合时间单位,如:‘sleep.exe 1d2h3m4s’,表示要暂停1天2小时3分4秒 -In the cmd environment, often need to wait for some time, then you can use this tool. Use the command can be any combination of time units, such as: sleep.exe 1d
CMD
- windows下运行中的命令提示!有详细的命令解释,对于电脑不太精通的人是有用的!-windows running in the command prompt! A detailed explanation of the command for the computer people who are not proficient in it is useful!
cmd
- windows命令行下的所有命令详细解答和使用-windows command line detailed answers to all commands and the use of
CMD
- 这是模拟WINDOWS系统的CMD,支持中文,未做完,请大家完善该源码-This is the analog WINDOWS system CMD, support Chinese, not finished, please complete the source
cmd
- Java版的Windows XP命令提示符-Java version of the Windows XP command prompt
CMD-command
- windows下CMD窗口命令大全,熟悉CMD命令的入门指导-under windows CMD window command Guinness, familiar with the CMD command Getting Started Guide
windows-command
- 本文例举了几乎所有的常用windows下cmd命令-This article cites almost all the windows cmd command used
Bat_To_Exe_Converter
- bat or windows cmd ... to excute administrator ...
colerful cmd
- 在windows平台DEV-CPP中使用的cmd窗口模板,支持8种颜色文字和6种背景色。(The CMD window template used in the windows platform DEV-CPP supports 8 color words and 6 background colors.)
[txt]cmd下获取输出结果的一种方法
- 一个使用cmd命令来获取.exe程序返回(结果)的方法,间接获取本在cmd上printf的内容。(CMD executable command)