标题:
[文件操作]
批处理操作文件夹报错此处不应有 tokens=1-4 delims=-"
[打印本页]
作者:
swanseabrian
时间:
2021-8-11 18:57
标题:
批处理操作文件夹报错此处不应有 tokens=1-4 delims=-"
@echo on
for /d "tokens=1-4 delims=-" %%i in ('dir /ad /b ') do ( echo %%i)
复制代码
我这个语句报错 此处不应有 tokens=1-4 delims=-"
这是哪里的问题呢 文本夹的格式 是这个样子的 23408-FP·2014-Y-0008,谁能帮我一下
谢谢
作者:
idwma
时间:
2021-8-11 19:11
for
/f
"tokens=1-4 delims=-" %%i in ('dir /ad /b ') do ( echo %%i)
作者:
swanseabrian
时间:
2021-8-11 20:05
回复
2#
idwma
可是我这里要对文件夹的名字进行操作呀,
不是对文件的名字
-f不是对文件吗,
对文件夹的名字分割要怎么办呢
谢谢
作者:
cmd1152
时间:
2021-8-11 20:26
回复
3#
swanseabrian
/f并不只代表处理文件
作者:
idwma
时间:
2021-8-11 20:41
回复
3#
swanseabrian
在脑子里运行一遍结果不一定对呀,始终还是要实机测试一下的嘛
作者:
Batcher
时间:
2021-8-11 22:56
回复
1#
swanseabrian
推荐阅读:批处理for命令教程
http://bbs.bathome.net/thread-31727-1-1.html
批处理for命令从入门到精通以及配套练习题
http://bbs.bathome.net/thread-2189-1-1.html
http://bbs.bathome.net/thread-2336-1-1.html
作者:
swanseabrian
时间:
2021-8-12 07:59
回复
6#
Batcher
谢谢
欢迎光临 批处理之家 (http://www.bathome.net/)
Powered by Discuz! 7.2