批处理 中的 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.

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

技术教程推荐

微服务架构核心20讲 -〔杨波〕

从0开发一款iOS App -〔朱德权〕

即时消息技术剖析与实战 -〔袁武林〕

安全攻防技能30讲 -〔何为舟〕

乔新亮的CTO成长复盘 -〔乔新亮〕

说透数字化转型 -〔付晓岩〕

操作系统实战45讲 -〔彭东〕

深入浅出分布式技术原理 -〔陈现麟〕

工程师个人发展指南 -〔李云〕

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