bat

Windows

Take 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...
Word Press

Automating 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...
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 ...
JavaScript

Batch 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...
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 ...
Windows

Change 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...
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...
Copied title and URL