.K "" echo "This script will install arp.library, after checking to see if" echo "you already have one. If so, it will check the version numbers" echo "of the installed one, and the one in this directory, and give" echo "you the option of installing the one found here." echo "" if not EXISTS libs:arp.library echo "No existing library, installing libs:arp.library..." copy arp.library libs:arp.library else echo "Examine the version numbers of each library." echo "" version libs:arp.library version /FontConvert/arp.library echo "" ask "Do you wish to overwrite libs:arp.library?" if WARN echo "Updating libs:arp.library..." copy arp.library libs:arp.library endif endif echo "All Done. Click close gadget to get rid of window." endcli