- 331
- 0
- 约1.78万字
- 约 24页
- 2017-06-05 发布于河南
- 举报
BAT文件常用代码大全(国外英文资料)
BAT文件常用代码大全
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]
Sample: 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 run t
您可能关注的文档
最近下载
- 2025年菏泽医学专科学校单招考试语文试题含答案解析.docx
- 英语 第二册 第三版全套PPT电子课件.pdf VIP
- 2025国际指南:压力性损伤溃疡预防和治疗-第4版(快速参考指南预防建议)课件.pptx VIP
- RME--802中文使用说明书.pdf
- 医院临床路径培训PPT课件.pptx VIP
- 2025年单招考试数学卷(含答案解析) 完整版2025.pdf VIP
- 2025国防教育知识考试题库及参考答案.docx VIP
- 人教精通版5年级英语下册全册教学课件.pptx
- 2025国防教育知识题库及参考答案.pptx VIP
- 2025年湖南株洲二中自主招生考试数学试卷试题(含答案详解).docx VIP
原创力文档

文档评论(0)