http://www.cnblogs.com/Jessy/archive/2012/02/29/2373531.html
2012
@echo off
:S
Echo Please input the start part
set/p start=
if "%start%"=="" goto S
Echo Please input the middle part
Set /p middle=
Echo Please input the end part
Set /p end=
Set /p all= the above three part =%start%%middle%%end%
@echo %all%
pause
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點擊舉報。