Revision history of "Move files to directory"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:37, 3 August 2018George2 (Talk | contribs). . (676 bytes) (+676). . (Created page with "<source lang="powershell"> $rootpath="c:\scripts\frances" $destpath="c:\scripts\frances\output" foreach($f in Get-Childitem $rootpath) { foreach ($i in Get-childitem $f)...")