@echo off
echo w=word e=excel p=powerpnt m=msaccess
@echo off
:cuole
set /p x=请输入后按回车:
goto %x%
:w
start winword.exe
exit
:e
start excel.exe
exit
:p
start powerpnt.exe
exit
:m
start msaccess.exe
exit
这有个问题就是输入错了就关闭
我想怎么能输入错了在重新输入
请高手指点
echo w=word e=excel p=powerpnt m=msaccess
@echo off
:cuole
set /p x=请输入后按回车:
goto %x%
:w
start winword.exe
exit
:e
start excel.exe
exit
:p
start powerpnt.exe
exit
:m
start msaccess.exe
exit
这有个问题就是输入错了就关闭
我想怎么能输入错了在重新输入
请高手指点
