[Windows 7] command line (vbs)에서 font 설치하기
Example:
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace("\\192.168.1.1\Font")
Set objFolderItem = objFolder.ParseName("rupi_foradian.ttf")
objFolderItem.InvokeVerb("Install")
<출처>