私が持っている
echo sometext
set /p s=
ただし、次のように出力されます。
sometext
*will read this line*
そして、次のように同じ行に配置したい:
sometext *will read the rest of the line*
しかし、どのように?
私が持っている
echo sometext
set /p s=
ただし、次のように出力されます。
sometext
*will read this line*
そして、次のように同じ行に配置したい:
sometext *will read the rest of the line*
しかし、どのように?