gpt4 book ai didi

windows - 如何使用文件内容作为 Windows 命令行参数

转载 作者:可可西里 更新时间:2023-11-01 11:23:07 26 4
gpt4 key购买 nike

我可以在 Bash shell 中编写

some_command $(< some_file)

将 some_file 的内容作为命令行参数传递给 some_command。我怎样才能最好地在 Windows 上完成同样的事情,最好使用内置命令/语法?

编辑:澄清一下,some_file 中的任何形式的空格都应被视为参数分隔符,就像我的 Bash 示例中的情况一样。特别是,即使 some_file 有多行,这也需要起作用。

最佳答案

set /p ARGS= <some_file
some_command %ARGS%

关于windows - 如何使用文件内容作为 Windows 命令行参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56530590/

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