Is there software (windows) that will sync all the fonts on computers over a network. Has anyone done this?
Thanks
Clayton Bench
Is there software (windows) that will sync all the fonts on computers over a network. Has anyone done this?
Thanks
Clayton Bench
i know that there are a number of programs that will sync folders between computers, and i'm sure that if you treated fonts as just files it could probably work, but i don't know about the installing portion of things. best bet would probably to google for file management or synching.
Cheap, rigged way. Go into task manager, make your .bat file run every X amount of minutes.
Map the shared drive as a letter.. mainly map C$\windows\fonts\ as F:\ or something.. then make your .bat file
cd C:\windows\fonts\
copy *.* F:\
Easy as stealing candy from a baby.