I would like to create a bat file to copy a directory, with everything in it (sub-directories, including hidden directories) - by making hard links.
I tested xcopy %source% %destination% /E /C /R /I /K /Y
I haven't seen anywhere an option to make hard links though...
Is there any way to copy and make hard links at the same time ?