【发布时间】:2015-06-26 00:43:21
【问题描述】:
尝试批量命名 cmd 窗口,但使用用户输入...
@echo off
Title Something Smart Here
Color 07
:start
cls
set /p command=
if %command% == title goto title
:title
cls
title %command%
真的需要帮助,我希望用户输入命令所以
"Title" "the title here"
^^command ^^Title
【问题讨论】:
标签: batch-file command echo title