I\'m using robocopy to do backups with a PowerShell script, and it\'s pretty awesome, except that I\'d like it to only show the progress percentage while it copies and not a
There's no need to redirect to a file and delete it later. Try:
Robocopy src dest > null