参考:Windows Commands 微软官方帮助

参考:DOS命令自学小窍门:巧用help命令

参考:bat批处理的注释语句


  打开文件夹:

  • start D:\abc
  • 打开D盘abc文件夹

  打开exe文件:

  • D:\Windows-Linux\putty.exe
  • putty.exe【在同一个文件夹内】

  输出空行:

  切换到 D 盘:

C:\Users\Alex>D:

D:\>cd D:\MODISPRO

D:\MODISPRO>

  注释:

  • ::,双引号可以用来注释;
  • %注释内容%,百分号之间用来注释。

Command-line reference A-Z

To find information about a specific command, in the following A-Z menu, click the letter that the command starts with, and then click the command name.

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

05-20 19:08