【发布时间】:2015-02-23 01:20:28
【问题描述】:
您好,我正在寻找是否有人可以查看我制作的批处理文件...选择命令不起作用...感谢您的帮助 (运行win8) 这是代码
@echo off
echo welcome to Vip3r coding and programming Antivirus install wizard
pause
echo Express Install
echo Custom Install (WIP)
set /p choice=Express installation or install with custom setings? (type Express or Custom)
if not '%choice%'== set choice=%choice:~0,1%
if '%choice%'=='Express' goto :choice1
if '%choice%'=='Custom' goto :choice1
:choice 1
pause
cls
color 04
echo you shouldn't have done that
pause
cls
msg* Backd00r install complete
【问题讨论】:
标签: file batch-file