Sync Fonts

Is there software (windows) that will sync all the fonts on computers over a network. Has anyone done this?

Thanks

Clayton Bench

#93254

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.

#93268

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.

#93269