我正在尝试使用 if 语句运行以下批处理文件,但没有发生任何事情
这是程序
@echo off
if "%USERNAME%"=="ACTone"
@echo Access Denied:
@echo Log into your ACTtwo Account to perform this task.
@echo Press Anykey to Exit....
else if "%USERNAME%"=="ACTtwo"
E:\ACT\compass\bin\program.exe startB8
我是否正确使用了 if 语句,因为当我运行它时,它什么也不做?
请帮忙,谢谢
this is the program
@echo off
if "%USERNAME%"=="ACTone"
@echo Access Denied:
@echo Log into your ACTtwo Account to perform this task.
@echo Press Anykey to Exit....
else if "%USERNAME%"=="ACTtwo"
E:\ACT\compass\bin\program.exe startB8
Am I using the if statements correctly because when I run it, it does nothing?
Please help, thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试一些像...
<代码>
Try something like...