mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
6 lines
179 B
Batchfile
6 lines
179 B
Batchfile
@echo off
|
|
REM Convert UTF-8-BOM encoded language RC files to pure UTF-8 (no BOM)
|
|
REM Usage: rc_to_utf8.cmd
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0scripts\rc_to_utf8.ps1"
|