保存为a.bat,将文件拖到a.bat即可,直接替换源文件,注意提前备份。- @echo off
- Powershell -NoProfile -Command "$i = 1; [regex]::Replace([System.IO.File]::ReadAllText(\"%~1\", [System.Text.Encoding]::Default), '译文', { param($m)return \"第$(([string]($script:i++)).PadLeft(4,'0'))章\" })|Set-Content -LiteralPath \"%~1\" -NoNewline"
- pause
- exit /b
复制代码
|