The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

addfont.bat - Installs and uninstalls fonts in Windows

SYNOPSIS

    # Add fonts if not already present
    addfont *.ttf
    
    # Remove fonts
    addfont -r *.ttf
    
    # Remove and reinstall ("force" install) fonts.
    addfont -f *.ttf
    
    # Help
    addfont -h

DESCRIPTION

A Windows utility that installs fonts in place. That is it installs (or uninstalls) fonts without copying them to your Windows\Fonts directory. This is an essential utility for those who are installing and uninstalling fonts all day and can't be bothered to wait for the Windows\Fonts directory to build itself in your Explorer. Instead you need to be willing for Perl to start up and run - but that is in the background.

Notice that you can use wildcards on the command line, which is useful if you are working with different font sets.

Some versions of Windows (e.g., Windows 7) require adminstrator rights.

OPTIONS

    -r      uninstall (remove) named fonts
    -f      install fonts, removing first if already installed.

If the named fonts are already installed, addfont does not remove and re-install unless -f is supplied.

AUTHOR

Martin Hosken Martin_Hosken@sil.org (see CONTRIBUTORS for other authors).

LICENSING

Copyright (c) 1998-2013, SIL International (http://www.sil.org)

This script is released under the terms of the Artistic License 2.0. For details, see the full text of the license in the file LICENSE.