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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/mplayerc/mpcresources/rcstrings.bat')
-rw-r--r--src/apps/mplayerc/mpcresources/rcstrings.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/apps/mplayerc/mpcresources/rcstrings.bat b/src/apps/mplayerc/mpcresources/rcstrings.bat
new file mode 100644
index 000000000..0b6778ce8
--- /dev/null
+++ b/src/apps/mplayerc/mpcresources/rcstrings.bat
@@ -0,0 +1,7 @@
+@echo off
+
+rem A simple script demos how to extract all strings from rc files.
+
+echo Generating string files...
+perl rcstrings.pl -a
+pause \ No newline at end of file