參考資料來源
簡單說,複製貼上即可
1.Open the folder where your newly downloaded fonts are(if they are spread across many folders just do CTRL + F and type .ttf or .otf) and select the fonts you want to install(CTRL+A marks all of them).
2.Copy them(CTRL+C or Edit -> Copy)
3.Go and Paste them in the Fonts folder located in Control Panel
也可以試著去寫.bat檔啦 XD
執行LINE 範例:
@echo off
start "" "C:\Users\使用者\AppData\Local\LINE\bin\LineLauncher.exe"
@echo on
啟動服務:
@echo.服務啟動......
@echo off
@sc start MSSQLSERVER
…
@echo off
@echo.啟動完畢!
@pause
問:【 如何一口氣執行某目錄下的所有檔案(含子目錄) 】https://goo.gl/xye1Mz
答:
使用軟體:【 Everything 】
舉例:
我想要搜尋並執行路徑"C:\Users\LinWeiHan\Videos"下的所有mp4檔案
這時候使用方式:
輸入路徑 + 空白 + ".mp4" 篩選檔案類型
全選按下Enter
(如圖)
有解答到問題,麻煩結案 :)