批处理 中的 HELP函数

首页 / 批处理入门教程 / 批处理 中的 HELP函数

此批处理命令显示Windows提供的命令列表。

HELP - 语法

help

HELP - 示例

@echo off 
help

上面的命令将显示所有命令及其说明的列表。以下是输出子集的示例。

无涯教程网

链接:https://www.learnfk.comhttps://www.learnfk.com/batch-script/batch-script-help.html

来源:LearnFk无涯教程网

SCHTASKS    Schedules commands and programs to run on a computer. 
SHIFT       Shifts the position of replaceable parameters in batch files. 
SHUTDOWN    Allows proper local or remote shutdown of machine. 
SORT        Sorts input. 
START       Starts a separate window to run a specified program or command. 
SUBST       Associates a path with a drive letter. 
SYSTEMINFO  Displays machine specific properties and configuration. 
TASKLIST    Displays all currently running tasks including services. 
TASKKILL    Kill or stop a running process or application. 
TIME        Displays or sets the system time. 
TITLE       Sets the window title for a CMD.EXE session. 
TREE        Graphically displays the directory structure of a drive or path.
TYPE        Displays the contents of a text file. 
VER         Displays the Windows version. 
VERIFY      Tells Windows whether to verify that your files are written correctly to a disk. 
VOL         Displays a disk volume label and serial number. 
XCOPY       Copies files and directory trees. 
WMIC        Displays WMI information inside interactive command shell.

For more information on tools see the command-line reference in the online help.

祝学习愉快!(内容编辑有误?请选中要编辑内容 -> 右键 -> 修改 -> 提交!)

技术教程推荐

大规模数据处理实战 -〔蔡元楠〕

OpenResty从入门到实战 -〔温铭〕

Spring Boot与Kubernetes云原生微服务实践 -〔杨波〕

跟月影学可视化 -〔月影〕

分布式数据库30讲 -〔王磊〕

Flink核心技术与实战 -〔张利兵〕

陶辉的网络协议集训班02期 -〔陶辉〕

说透5G -〔杨四昌〕

编程高手必学的内存知识 -〔海纳〕

好记忆不如烂笔头。留下您的足迹吧 :)