Welcome to mirror list, hosted at ThFree Co, Russian Federation.

rcstrings.bat « mpcresources « mplayerc « apps « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8987d04dde43bfdc16d1220c9dce541c7b9baa7 (plain)
1
2
3
4
5
6
7
@echo off

rem A simple script which demonstrates how to extract all strings from rc files.

echo Generating string files...
perl rcstrings.pl -a
pause