标题:
[文本处理]
[已解决]请教批处理解压命令,请指点一下,谢谢
[打印本页]
作者:
swanseabrian
时间:
2021-9-16 16:31
标题:
[已解决]请教批处理解压命令,请指点一下,谢谢
for /f "delims=" %%a in ('dir /a-d/b/s *.rar *.zip') do echo;"%%a"&"%rar%" e -ibck -y "%%a" "%%~dpa%%~na\"
for /f "delims=" %%c in ('dir /a-d/b/s %files%') do (
echo;%%c
"%rar%" x -y -ibck "%%c" "%%~dpc"
第一句里的,
echo;"%%a"&"%rar%" 看不懂,这是啥意思,echo后面分号啥意思
第二句里的
echo;%%c 这是啥意思,怎么还有个分号
这两句都是解压用的
作者:
idwma
时间:
2021-9-16 16:46
在这里分号和空格的效果一样的
分号可以避免空值的时候输出"ECHO 处于xx状态"
作者:
swanseabrian
时间:
2021-9-16 17:03
回复
2#
idwma
奥,我说看着有点蒙呢,谢谢
作者:
Batcher
时间:
2021-9-16 17:16
回复
1#
swanseabrian
[一日一教学](42)显示提示信息:echo
http://bbs.bathome.net/thread-13860-1-1.html
作者:
swanseabrian
时间:
2021-9-16 21:44
回复
4#
Batcher
好的,谢谢
欢迎光临 批处理之家 (http://www.bathome.net/)
Powered by Discuz! 7.2