Board logo

标题: [系统相关] 请帮我看看批处理代码为什么不输入东西直接确定会退出? [打印本页]

作者: jorlaying    时间: 2022-12-11 20:16     标题: 请帮我看看批处理代码为什么不输入东西直接确定会退出?

本帖最后由 jorlaying 于 2022-12-12 18:33 编辑
  1. @echo off
  2. :sc_gl
  3. set /p "an=请拖入目标:"
  4. for /f "tokens=1-2 delims=," %%a in ("%an%") do set "shl=%%a"
  5. if /i "%shl%" =="c:" echo  禁止操作!&& pause>nul 2>nul && goto sc_gl
  6. if /i "%shl%" =="c:\" echo 禁止操作!&& pause>nul 2>nul && goto sc_gl
  7. echo %shl%
  8. goto sc_gl
  9. pause
复制代码

作者: hfxiang    时间: 2022-12-11 20:53

此帖仅作者可见
作者: jorlaying    时间: 2022-12-12 10:00

此帖仅作者可见
作者: 77七    时间: 2022-12-12 10:59

此帖仅作者可见
作者: jorlaying    时间: 2022-12-12 11:53

此帖仅作者可见
作者: 77七    时间: 2022-12-12 12:13

此帖仅作者可见




欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2