Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Deploying Fonts Filename Issue

Hello I followed this guide online: https://www.pdq.com/blog/deploy-fonts-to-your-computers/

Which works great however it should be noted that if the font has a space in the file name it will not install on the remote computer. For example within the directory that has "ADD_Fonts.cmd" I had a font file named "1GDT-SPC Font.ttf" which would not install on the targeted computer until I renamed the font to "1GDT-SPC-Font.ttf"

Perhaps you can modify the script to resolve that or the blog to note this so others who run into this issue are aware.

1

Comments

2 comments
Date Votes
  • If you have spaces in your file names and you don't put the path or file name in quotes then CMD or PowerShell will not handle it as you intend.

    -1
  • Right but would you specify the filename within this script then?

    I only see: "REM Optional Add source folder as parameter with ending backslash and dont use quotes, spaces are allowed"

    1