【264】◀▶ Windows 批处理(CMD)

参考:Windows Commands 微软官方帮助

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

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


  打开文件夹:

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

  打开exe文件:

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

  输出空行:

  切换到 D 盘:

C:UsersAlex>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

原文地址:https://www.cnblogs.com/alex-bn-lee/p/7411222.html