=dcsw additional output

This commit is contained in:
Szkolnik Media Master 2021-11-29 17:00:43 -05:00
parent c8b9f5d2dc
commit c2675e2346
6 changed files with 202 additions and 8 deletions

View file

@ -48,7 +48,7 @@ process {
$local:item = $Path | Get-Item
$Path | Get-Item | ForEach-Object {
$local:p = $_.FullName
$local:p = $_.FullName -replace "'","''"
$local:nextCmd = ""
$nextCmd = "(@(Get-Item '$p') + (Get-ChildItem '$p' $cmdArgs)) | " +