- 6
- 0
- 约1.53万字
- 约 20页
- 2017-06-05 发布于河南
- 举报
P处理入门(国外英文资料)
P处理入门
1. The Echo command
Turn on the echo or turn off request echo function, or display the message. If there is no parameter, the echo command displays the current echo setting.
grammar
Echo [on | off] [message]
The Sample Chuan echo off/echo hello world
We will put this command in the practical application and redirection symbols (also known as a pipe symbol, general use ^) combined with some commands to implement the input to a specific format of the file. This will be reflected in the later case.
2. @ command
Said dont show behind the @ command, in the process of invasion (for example, using batch to format the enemy hard disk) natural cant let the other side to see you use the command.
Sample: @ echo off
@echo Now initializing the program, please wait a minite...
@ format X: / q/u/autoset (the format is not can use this command/y of this parameter, the good news is that Microsoft has left a autoset this parameter to us, effect and the/y are the same.)
3. Goto command
Specify the jump to the label, and after you find the label, the program will handle the command from the next line.
Syntax: goto label (label is a parameter that specifies the rows in the batch process to be turned over.)
Sample:
If {% 1} = {} goto noparms
If the if, % 1, % 2 you dont understand, jump in and have a detailed explanation.
The @rem check parameters if null show usage
: noparms
Echo Usage: monitor. Bat ServerIP PortNumber
Goto the end
Tag names can literally, but the best is meaningful letters, letters before adding a: used to denote this letter is a tag, goto command is this: according to there to look for the next step to jump. Its best to have a few instructions so that you may be able to understand your intentions.
4. Rem command
Annotation commands, fairly and in the C language / * -- -- -- -- -- -- - * /, it will not be executed, just ACTS as a comment, read at others and you modify in the future.
Rem Message
Sample: @rem Here is the description.
5. Pause command
When you ru
您可能关注的文档
- 4岁瑰宝长大目标(国外英文资料).doc
- 4二级vf考试笔试(国外英文资料).doc
- 4级2001-2004浏览真题谜底(国外英文资料).doc
- 4级语法总结(国外英文资料).doc
- 4梯形面积(国外英文资料).doc
- 50道javaSE练习题(国外英文资料).doc
- 57种方法寻注进点(国外英文资料).doc
- 5二级vf考试笔试(国外英文资料).doc
- 5购置行动(国外英文资料).doc
- 60年:那些祛除和更生的词语(国外英文资料).doc
- 2025年北京市门头沟区中考一模英语试题.docx
- 2025年北京市门头沟区中考二模英语试题.docx
- 2025年北京市丰台区中考二模英语试题.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 解析卷.docx
- 2025年中考英语考前冲刺模拟卷 (北京专用) 原卷.docx
- 2025年肩颈按摩仪行业社媒趋势数据分析.docx
- 2025年人身险行业信用回顾与2026年展望.docx
- 合同法买卖合同培训课件.ppt
- 2025年全球食物系统与SDG研究报告-食物供给、食者健康、生态平衡的整体治理.docx
- 2025下半年四川乐山市川投峨眉铁合金(集团)有限责任公司对考前自测高频考点模拟试题最新.docx
原创力文档

文档评论(0)