

If somebody has a good idea, you can make me happy!!! (and this batch don't work for postscript-fonts, but that's ok for me) the font name is not the font-file-name.įont-name: "Bitstream Cyberbit (TrueType)"
SILKSCREEN TTF HOW TO
I would like to do the registry entry myself after copying the fonts(so i assume that i don't need to restart?!), but i don't know how to get the font-name. The negative: you have to do a restart before you can use these fonts, because their have some registry entries to be done.( ) I just copy all fonts to the windows fonts directory. I don't like this solution very much, because for every font i open an own instance of fontview and i don't think that's very memory-efficient.įor temporarly deinstallation i just taskkill fontview:įor a permanent font installation i use this batch-script:įOR /F "delims= " %%a IN ('Dir. if you open a font with fontview, the font is loaded into memory and you can use it in every application. i used "cmdow"-tool ( ) to hide the fontview window. The script opens every font in every subfolder with windows-fontview. \Fonts /B /A-D-H-S /S') DO CMDOW /RUN /HID fontview %%a I have a solution yet, but it could probably be better - i'm not a batch scripting professional.įor a temporarly font installation i use this batch-script:įOR /F "delims= " %%a IN ('Dir. I want to install fonts with a batch file without having to restart window and i would like to have two possibilities: a normal installation and a temporarly installation.īecause i often have to install quickly some fonts for a specific project, so i would like to have a fonts folder in every of my projects folders and a simple batch script that would do the installation.
