gpt4 book ai didi

windows - 批处理 : set a variable with a filename

转载 作者:可可西里 更新时间:2023-11-01 11:17:40 25 4
gpt4 key购买 nike

我受困于我的批处理脚本。我在一个文件夹中,我知道其中有一个扩展名为 .txt 的文件。我希望能够存储文件名,在变量中有或没有扩展名(使用集合)。

我不知道如何搜索这个文件...

提前致谢:)

最佳答案

如果脚本与文件在同一目录下执行:

for %%# in (*.txt) do set "file_name=%%~nx#"

关于windows - 批处理 : set a variable with a filename,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32178094/

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