WindowsTake a closer look at the ‘magic phrase’ (%~dp0) found in batch scripts. The purpose You've probably seen %~dp0 a lot if you've ever written a Windows batch file. Let's take a closer look a...2025.08.13Windows
Word PressAutomating a Batch File during a Vite Build The purpose Automatically run a specified batch file when performing a Vite build (npm run build) Example "Aut...2025.08.12Word Press
Inkscape[Bat] Batch convert Inkscape SVGs to plain SVG The purpose Inkscape can create SVGs, but they contain Inkscape-specific data which makes the file size larger than ...2025.08.12Inkscape
JavaScriptBatch file for creating a Vite project The purpose I tried creating a Vite project using the instructions on the page below, but since it often involves m...2024.08.092024.11.30JavaScript
git[contains bat]bat for when git says execute “git config –global –add safe.directory” The purpose Immediately after cloning a Git repository, you may sometimes see a message from Git that prevents you ...2024.08.082024.11.29git
WindowsChange JPEG compression settings in bulk The purpose change the compression ratio of a large number of JPEGs all at once. While there are web services a...2023.09.172024.11.30Windows
Windows【Recommended for confirmation】Tasks in Task Scheduler are failing on Windows 11 The purpose I noticed in mid-May 2023 that a scheduled task on Windows 11 has been failing. I haven't edited th...2023.05.282024.11.30Windows