gpt4 book ai didi

windows - 批处理脚本 "Timeout"错误 : Invalid Syntax. 默认选项不允许超过 1 次

转载 作者:可可西里 更新时间:2023-11-01 09:20:44 24 4
gpt4 key购买 nike

首先,我使用的是 Windows 7 64 位,如果它有所不同的话。我有一个批处理文件,我在其中使用了“超时”功能,如下所示:

*code does some things*
timeout /t 100 rem wait for 100 seconds for the above thing to finish

如果我在命令行中执行 timeout/t 100,它会像我预期的那样等待 100 秒。但是,在脚本中它给了我错误:

ERROR: Invalid syntax. Default option is not allowed more than '1' time(s).
Type "TIMEOUT /?" for usage.

timeout 的指令是 /t 等待的秒数,/nobreak 忽略按键,/? 显示帮助信息。我不确定我有什么语法错误,或者什么“不允许默认选项”,特别是因为它似乎在批处理文件之外工作得很好。

最佳答案

rem wait for 100 seconds for the above thing to finish
timeout /t 100

您不能在与命令相同的行上设置注释。

关于windows - 批处理脚本 "Timeout"错误 : Invalid Syntax. 默认选项不允许超过 1 次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18003930/

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