P处理入门(国外英文资料).docVIP

  • 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

文档评论(0)

1亿VIP精品文档

相关文档