I\'m using PowerShell on Windows 7, and writing a script to copy a bunch of files from one folder structure to another. Kind of like compiling. The PowerShell Copy-I
Copy-I
I use this:
Copy-Item $file.fullname.replace("[", "``[").replace("]", "``]") $DestDir