I need to copy frequently 2-3 files from my current program build to several other folders. How can I do this? Most free autosync solutions like SyncToy work only on folders, not files. Using .bat files doesn't look too comfy ^) Maybe there is a good freeware solution or script?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I have not tested this, but I cannot see why you could not make a folder which you add to sync with SyncToy, Dropbox, Windows Live Mesh, etc, and then make symbolic links to the individual files you want to sync, within it.

eg.

cd synced_folder
mklink syncedfile.txt c:\%userprofile%\documents\syncedfile.txt
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.