Hide the Linux hidden files in Windows
the command ATTRIB +H
was very usefull for my needs;
I wanted to hide in Windows 7 all linux *.hidden files created in my data drive (in my case D:), so I used the following command line:
C:\>attrib +h D:\*.hidden /S
and it worked very fine. Thanks for your help!
There is no way to hide them automatically, but you can safely mark them all as "hidden", if your filesystem supports that.