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

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

技术教程推荐

邱岳的产品手记 -〔邱岳〕

微服务架构实战160讲 -〔杨波〕

白话法律42讲 -〔周甲徳〕

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

浏览器工作原理与实践 -〔李兵〕

编译原理之美 -〔宫文学〕

接口测试入门课 -〔陈磊〕

微信小程序全栈开发实战 -〔李艺〕

人人都用得上的写作课 -〔涵柏〕

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