gci *.pdf | % {iex $("rar mf -m5 -rr1 {0}.rar '{1}'" -f $($_.BaseName -replace "\s+","."),$_.Name)}
- gci is Alias of Get-ChildItem
- iex is Alias of Invoke-Expression
- rar is the execution file which default locate at C:\Program Files\WinRAR





























此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。