想做一个批处理文件,接收用户的键盘输入,写了这样一个批处理的bat文件,但是在vm中运行没有显示
@echo off
cls
%CDROM%:
cd Ghost
:SIZE1
set size=
set /p size=Please enter the size of partition C (MB):
@echo off
cls
%CDROM%:
cd Ghost
:SIZE1
set size=
set /p size=Please enter the size of partition C (MB):
