Loeric's misc blog

2025年5月14日 星期三

Regedit 於右鍵選單中第一個項目 增加"建立新資料夾"功能

›
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\建立新資料夾] "Position"="top" "Separa...
2025年5月8日 星期四

Excel 選項中「編輯自訂清單」 班級名稱: 一年一班~六年七班

›
 創建自訂清單: [檔案 > 選項] > [進階] > [一般] > [編輯自定義 清單] 在 Excel 的選項中,找到「編輯自訂清單」,將常用的班級名稱(如「班級1」、「班級2」等)添加到清單中 一年一班 一年二班 一年三班 一年四班 一年五班 一年六...
2025年5月7日 星期三

輸出拖曳資料夾中所有檔案 dir all subfolder files in specific folder by dragging

›
 rem @ECHO OFF SET targetPath="%~1" SET ToolPath=%~dp0 REM Method 0: work fine REM FOR /F "delims=" %%I IN ('cmd /c ...

取得批次檔所在目錄 get current folder name by batch command

›
@echo off REM 取得批次檔所在目錄(含反斜線) SET fullPath=%cd% REM 取得最底層資料夾名稱 FOR /F "delims=" %%I IN ('cmd /c echo %fullPath%') DO SET f...
2025年4月25日 星期五

語音轉文字工具 WhisperDesktop / pufview's faster-whisper

›
語音轉文字工具 WhisperDesktop https://github.com/Const-me/Whisper BUZZ https://github.com/chidiwilliams/buzz pufview's faster-whisper https://g...
2025年4月9日 星期三

find findstr 用法

›
查找此目錄底下所有jpg檔案 dir /s | find "JPG" dir /s |  findstr .JPG systeminfo | find "實體記憶體總計" systeminfo | findstr 記憶體總計
2025年2月17日 星期一

veyon remote launch program

›
---launch Minecraft--- explorer.exe shell:appsFolder\\Microsoft.4297127D64EC6_8wekyb3d8bbwe!Minecraft  ---備份D槽所有資料 with 7zip--- "c:\Pro...
2024年9月26日 星期四

Word 合併列印 數字改為國字大寫 with excel

›
參考資料:https://fjanchen.blogspot.com/2010/11/blog-post_17.html Word僅接受原始格式的文字,不接受Excel畫面上的格式設定,所以無法使用Excel的數值類型來設定數字的呈現格式. 在excel中處理: 1.必須要使用函...
2024年7月8日 星期一

Using cmd powershell to du sub folders (Get sub folders size) 計算子目錄容量

›
powershell -command "$fso = new-object -com Scripting.FileSystemObject; gci -Directory -Depth 3 | select @{l='Size'; e={$fso.Ge...
›
首頁
查看網路版

關於我自己

loeric
檢視我的完整簡介
技術提供:Blogger.