用批处理,批量安装字体文件 (Erector.bat)

@echo off
color 0A
title 字体安装器 Powered by Cheney_Yang
cls
xcopy /y "Fonts\*.ttf" "%windir%\Fonts"
@echo.
@echo.
@echo 按任意键退出。。。。
pause>nul
exit

 

posted @ 2017-02-08 16:12  cheney-yang  阅读(3102)  评论(0编辑  收藏  举报