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

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

rem A simple script demos how to apply translated text to locale rc file.
rem This is only an example, to use it you will have to change filenames.

echo Generating new rc files and string files...
perl patch.pl -i text\mplayerc.fr.rc.txt mplayerc.fr.rc
pause