SoftwareEngineering
SET /P InputParameter="パラメーターを入力してください>" ECHO "入力されたパラメーターは[%InputParameter%]です"
SET CommandText=select^ code^ ,name^ from^ employee ECHO "CommandText[%CommandText%]"