摘要:
You can use %%~nf to get the filename only as described in the reference for for: @echo off for /R "C:\Users\Admin\Ordner" %%f in (*.flv) do ( echo %% 阅读全文
posted @ 2022-01-06 09:49
johnsonshu
阅读(76)
评论(0)
推荐(0)
摘要:
You have to pass the -np/--no-parent option to wget (in addition to -r/--recursive, of course), otherwise it will follow the link in the directory ind 阅读全文
posted @ 2022-01-06 00:04
johnsonshu
阅读(40)
评论(0)
推荐(0)