Batch-script-help

提供:Dev Guides
移動先:案内検索

バッチスクリプト-ヘルプ

このバッチコマンドは、Windowsが提供するコマンドのリストを表示します。

構文

help

@echo off
help

出力

上記のコマンドは、すべてのコマンドとその説明のリストを表示します。 以下は、出力のサブセットの例です。

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.