by Support » Thu Apr 05, 2012 1:23 pm
Yes, Linux can, because you can escape any characters, like this...
mv CSI\: Miami.mts1 CSI_ Miami.mts1
mv means move but in this context, it simply rename.
Windows can't use escape codes. One funny thing though in Windows is that it allows you to copy such file fom your receiver, but wont let you rename it if it has any illegal characters!
What you can do is zip all the files and upload the zip to a Linux server, run a shell and unzip, then rename, re-zip and download to your PC.
Or, you could install Linux on a partition on your HD along with Windows. You can tell Windows disk manager to release say, 1GB of HD space and unallocated it. Then install Linux on to it.