【珍藏】批处理常用指令 [collection] common instructions forbatch processing
BAT command Daquan
@ # single back off
Echo off # began to close back from the next line
@echo off#began to close back from the bank. This is the firstline of general batch processing
Echo on # began to open to the next line
Echo echo off is # displays the current state or echo state onEcho. # output a blank line, "enter"
# (echo, echo; echo+ echo[echo] echo/ echo\)
2 errorlevel
Echo%errorlevel%
Each command is run and you can view the return code in thiscommand line format
The default value is 0, and the general command error is setto errorlevel 1
3 dir
Dir#displays the current directory files and subdirectories.Dir /a # display in the current directory files andsubdirectories, including hidden and system files
Dir c: /a:d # display C in the current directory directoryDir c: /a:-d # display root directory C files
Dir c:\/b/p#/b displays only the file name, and the /p pagingdisplay
Dir *.exe /s # display the current directory and all thesubdirectories.Exe file
4 CD
Cd\ # into the root directory
CD # displays the current directory
CD /d d:\sdk # can also change the drive and directory5 MD
MD d:\a\b\c # if d:\a does not exist, it will automaticallycreate the intermediate directory
If # command extensions are disabled, you need to type MKDIR\a\b\c.
6 Rd
Rd ABC# delete the current directory ABC directory, for emptydirectory
Rd/s/q d:\temp# delete the d:\temp folder and subfolders andfiles, /q quiet mode
7 del
Del d:\test.txt # deletefile, cannot be hidden, and read-onlyfile system
Del /q/a/f d:\temp\*.*
Delete all files inside the d:\temp folder, including hidden,read-only, system files, not subdirectories
Del /q/a/f/s d:\temp\*.*
Delete all files in the d:\temp and subfolders, includinghidden, read-only, system files, not subdirectories
8 Ren
Ren d:\temp TMP # support to rename folder
9 CLS
Clear the screen
10 type
Display file contents
Type c:\boot. ini#displays the contents of the specified file,the program files usually garbled
Type *. txt # display all.Txt files in the current directorycontents
11 copy
Copy file
Copy c:\test. txt d:\test.bak
Copy the c:\test.txt file to d:\ and rename it to test.bakCopy con test.txt
From the screen, wait for the input, press Ctrl+Z to end theinput, and save the input as a test. txt file
Con stands for screen, PRN stands for printer, and nul standsfor empty device
Copy 1. txt + 2.txt 3.txt
Merge the contents of 1.txt and 2. txt and save it as a 3.txtfile
If no 3.txt is specified, then save to 1.txt
Copy test. txt +
Copying files to themselves is actuallymodifying the file date12 title
Set the title of the CMD window
Title New Title # CMD can see the title bar of the windowchanged.
13 ver
Display system version
14 label and Vol
Set the label
Vol # display label
Label # display label, also prompted the new label
Label c:system # set C label for system
15 pause
Pause command
16 REM and: :
Comment command
The comment line does not perform the operation
17 date and time
Date and time
Date#displays the current date, and prompted a new input date,press "enter" skip
Date/t#only displays the current date, not prompt the new dateTime # displays the current time, and prompt new input time,press "enter" skip
Time/t # only display the current time, not prompted to entera new time
18 goto and:
Jump command
Label: the # said it is tag line, the tag line does not performthe operation
Goto label # jump to the specified label that line
19 find (external command)
Find command
Find \ \ "abc\" c:\test.txt
Find the line containing theABC string in the c:\test.txt fileIf not found, the errorlevel return code is set to 1
Find /i, "ABC", c:\test.txt
Find rows containing ABC, ignore case
"Find /c \" "abc\" c:\test.txt
Shows the number of rows containing ABC
20 more (external command)
Screen by screen display
More c:\test. txt # by screen display c:\test. txt file content21 tree
Display directory structure
Tree d:\ # display D disk file directory structure
22 &
Execute multiple commands in sequence, regardless of whetherthe command succeeds
23 & &
Execute multiple commands in sequence, and do not execute thefollowing command when the command that executes the error isencountered
Find "ok\" c:\test. txt & & echo
If the word "ok\" is found, it is shown "success" and cannotbe found if it is not found
24 | |
Execute multiple commands in sequence, and do not execute thefollowing command when the correct command is encounteredFind "ok\" c:\test. txt echo | | unsuccessful
If the word "ok\" is not found, it is shown "unsuccessful \"and is not displayed when it is found
25 |
Pipe command
Dir /s/a find /c. * | \ ".Exe\"
The pipe command indicates that the dir command is executedfirst, and the subsequent find command is executed for theoutput of the command
The command line results: output the number of.Exe files in thecurrent folder and all subfolders
Type c:\test. txt|more
This is the same effect as the more c:\test.txt
26 > an d
Output redirection command
> purge the original contents of the file before writing themAppend content to the end of the file without removing theoriginal content
The main contents of the original display on the screen isoutput to the specified file
If the specified file does not exist, the file is automaticallygenerated
Type c:\test. txt >prn
The file content is not displayed on the screen, and the outputis turned to the printer
前天,还有在"Hostodo商家提供两款大流量美国VPS主机 可选拉斯维加斯和迈阿密"文章中提到有提供两款流量较大的套餐,这里今天看到有发布四款庆祝独立日的七月份的活动,最低年付VPS主机13.99美元,如果有需要年付便宜VPS主机的可以选择商家。目前,Hostodo机房可选拉斯维加斯和迈阿密两个数据中心,且都是基于KVM虚拟+NVMe整列,年付送DirectAdmin授权,需要发工单申请。(如何...
ftech怎么样?ftech是一家越南本土的主机商,成立于2011年,比较低调,国内知道的人比较少。FTECH.VN以极低的成本提供高质量服务的领先提供商之一。主营虚拟主机、VPS、独立服务器、域名等传统的IDC业务,数据中心分布在河内和胡志明市。其中,VPS提供1G的共享带宽,且不限流量,还可以安装Windows server2003/2008的系统。Ftech支持信用卡、Paypal等付款,但...
收到好多消息,让我聊一下阿里云国际版本,作为一个阿里云死忠粉,之前用的服务器都是阿里云国内版的VPS主机,对于现在火热的阿里云国际版,这段时间了解了下,觉得还是有很多部分可以聊的,毕竟,实名制的服务器规则导致国际版无需实名这一特点被无限放大。以前也写过几篇综合性的阿里云国际版vps的分析,其中有一点得到很多人的认同,那句是阿里云不管国内版还是国际版的IO读写速度实在不敢恭维,相对意义上的,如果在这...