本帖最后由 idwma 于 2022-8-16 19:49 编辑
https://docs.microsoft.com/zh-cn ... #format-operator--f
https://docs.microsoft.com/zh-cn/dotnet/api/system.string.format
可以了解一下格式字符串心里有个概念- #&@cls&echo off&powershell -c "type %~0|out-string|iex"&pause&exit
- $f="\\192.168.0.219\qc\3-三座标检测报告\2022"
- "{0,-15},{1,-30},{2}" -f "文件","创建时间","修改时间"
- Dir $f -filter *.pdf?|%{"{0,-15},{1,-30},{2}" -f $_.fullname,$_.creationtime,$_.lastwritetime}>文件清单.csv
复制代码
|