Archive for the ‘cmd’ Category

  1. Hello, Command Prompt World!

    Posted on 12月 28th, 2011 by cx20

    Windows コマンドプロンプト

    Windows コマンドプロンプトは、Windows の標準のコマンドラインシェルである。DOS プロンプトや DOS 窓と呼ばれることもある。
    Windows 3.x や Windows 9x では command.com が、Windows NT 系では cmd.exe が、その機能を提供する。拡張子は *.bat もしくは *.cmd(Windows NT 系の場合、利用可能)を使用する。

    ソースコード

    ECHO "Hello, Command Prompt World!"

    実行方法

    C:¥> hello.bat
    

    実行結果

    Hello, Command Prompt World!