Powershell Recursive Touch Command
Here's a quickie. Like the title says, use powershell to recursively 'touch' every file in the current directory. Get-ChildItem . * -recurse | ForEach-Object{$_.LastWriteTime = get-date}
Jack of all trades, master of none, though ofttimes better than master of one. -Geffray Mynshul (1618)