gpt4 book ai didi

batch-file - 批处理文件 - 选择、缩进提示

转载 作者:行者123 更新时间:2023-12-04 02:26:42 27 4
gpt4 key购买 nike

我在批处理文件中使用选择来显示这样的提示..

:choice
set /P "c= Is this Correct? (Y/N)"
if /I "%c%" EQU "Y" goto :movespot
if /I "%c%" EQU "N" goto :exitspot
goto :choice

它工作正常,但忽略了“这是正确的吗?”中的空格。 (Y/N)' 我试图用它来缩进回声。

还有其他方法可以做到这一点吗?

最佳答案

这是一个在 SET/P 输出中打印空格的代码解决方案。

@echo off
for /f %%a in ('"prompt $H&for %%b in (1) do rem"') do set "BS=%%a"

set /P "c=X%BS% Is there 10 spaces before? (Y/N)"

关于batch-file - 批处理文件 - 选择、缩进提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51180725/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com