Windows 批处理文件的 getopts?

发布于 2024-09-12 17:27:58 字数 188 浏览 2 评论 0原文

有没有一种简单的方法来检测通过命令行传递到批处理文件的选项/开关?我正在寻找类似于 shbashgetopts

Is there an easy way to detect options/switches passed in to a batch file via the command line? I'm looking for something along the lines of sh's and bash's getopts.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哽咽笑 2024-09-19 17:27:58

不,没有。

(批处理文件只能看到%0、%1、%2等和%*,加上%~d0、%~f1、%~x2 等变体)

No, there isn't.

(The batchfile only sees %0, %1, %2, etc. and %*, plus variations such as %~d0, %~f1, %~x2 etc.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文