=dcsw additional output
This commit is contained in:
parent
c8b9f5d2dc
commit
c2675e2346
6 changed files with 202 additions and 8 deletions
|
@ -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)) | " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue