DOS批处理命令在Windows下的应用

如题DOS批处理命令在Windows下的应用我要写一篇关于DOS批处理命令在WINDOWS下的应用的论文... 如题DOS批处理命令在Windows下的应用
我要写一篇关于DOS批处理命令在WINDOWS下的应用 的论文
展开
 我来答
蛋事娓剧说2526
2008-02-02 · TA获得超过133个赞
知道答主
回答量:229
采纳率:0%
帮助的人:167万
展开全部
明显楼主是想有人帮忙想论文喇``
论文啊难写啊
先是写DOS批处理命令在WINDOWS下的应用,要写点实例。就说有个病毒,有2个进程,会互相启动。需要同时把2个进程关掉。这就需要程序了。此时没有任何的软件编写工具。此时此刻,DOS批处理命令的优点马上展现出来了.就是像这样和其他的语言软件比较,突出所有的优点。
力控科技
2024-08-19 广告
ForceSCADA是力控科技信创产品的重要组成部分,具备完全自主知识产权,支持部署在Linux桌面版、服务器版、嵌入式等系统架构下。使用ForceSCADA可以搭建创新性高、扩展性佳、融合度强的SCADA平台,进而构建高效、智能化的监控中... 点击进入详情页
本回答由力控科技提供
wmr2007
2008-02-01 · TA获得超过2449个赞
知道小有建树答主
回答量:1642
采纳率:0%
帮助的人:752万
展开全部
在命令提示符(CMD)下。

Command Prompt (Windows)
From Wikipedia, the free encyclopedia
(Redirected from Cmd.exe)
Jump to: navigation, search
This article needs additional citations for verification.
Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (July 2007)
Command Prompt

Command Prompt in Windows Vista
Developer Microsoft
OS OS/2, Microsoft Windows
Platform Cross-platform
Natural language(s) Multilingual
Genre Command line interpreter
License Proprietary software

cmd.exe is the command line interpreter on OS/2, Windows CE and on Windows NT-based operating systems (including Windows 2000, XP, Vista, and Server 2003). It is the analog of COMMAND.COM in MS-DOS and Windows 9x systems, or of the Unix shells used on Unix-like systems.
Contents
[hide]

* 1 Versions
* 2 Technical information
* 3 See also
* 4 References
* 5 External links

[edit] Versions

Therese Stowell developed the initial version of cmd.exe for Windows NT.[1] Although some old DOS commands are not supported or have been changed (e.g. the functionality of deltree was rolled into rd in the form of the /s parameter), cmd.exe still has a greater number of built-in commands.

Both the OS/2 and the Windows NT versions of cmd.exe have more detailed error messages than the blanket "Bad command or file name" (in the case of malformed commands) of command.com. In the OS/2 version of cmd.exe, errors are reported in whatever the current language of system is, their text being taken from the system message files. The help command can then be issued with the error message number to obtain further information.

cmd.exe, which remains part of Windows Vista and Windows Server 2008 for backward compatibility, will be supplemented with Windows PowerShell, Microsoft's new extensible command line shell and task-based scripting technology.

[edit] Technical information

Unlike COMMAND.COM, which is a DOS program, cmd.exe is a native program for the platform. This allows it to take advantage of features available to native programs on the platform and not available to DOS programs. For example, since cmd.exe is a native text-mode application on OS/2 it can use real pipes in command pipelines, allowing both sides of the pipeline to run concurrently. As a result, it is possible to redirect the standard error in cmd.exe, unlike COMMAND.COM. (COMMAND.COM uses temporary files, and runs the two sides serially, one after the other.)

Technically, cmd.exe is a Windows program that acts as a DOS-like command line interpreter. It is generally compatible, but provides extensions which address the limitations of COMMAND.COM:

* SETLOCAL/ENDLOCAL commands limit the scope of changes to the environment
* internal CALL and GOTO labels lessen the need for individual batch files to perform parts of a task.
* filename-parsing extensions to the SET command are comparable to C shell.
* an expression-evaluation extensions is also provided in the SET command.

The extensions can be disabled, providing a stricter compatibility mode.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
不邪恶的恶魔
2008-01-20 · TA获得超过158个赞
知道小有建树答主
回答量:510
采纳率:0%
帮助的人:280万
展开全部
建个文档 然后把要用的命令打进去 在把后缀改成 BAT就行了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
武当王道长2023
2008-01-20 · TA获得超过819个赞
知道小有建树答主
回答量:468
采纳率:0%
帮助的人:453万
展开全部
可以阿
新建记事本
然后把代码写在里面
保存
把记事本的扩展名改成*.bat就能运行了
如果你要的是如何使用这些命令
百度一下吧很多
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友fb1604c73
2008-01-22 · TA获得超过101个赞
知道小有建树答主
回答量:365
采纳率:0%
帮助的人:217万
展开全部
你说的不具体啊~
任何你所可以想到的,批处理都可以做到
万能批处理
配合WMIC可以在命令行模式下管理大型网络
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
忆林子
2008-01-28 · TA获得超过2034个赞
知道大有可为答主
回答量:4079
采纳率:0%
帮助的人:2723万
展开全部
看自己需要吧,具体的应用的话很难说
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式