diff options
Diffstat (limited to 'l10ntools/scripts/propex.bat')
-rwxr-xr-x | l10ntools/scripts/propex.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/l10ntools/scripts/propex.bat b/l10ntools/scripts/propex.bat new file mode 100755 index 000000000000..1174286920da --- /dev/null +++ b/l10ntools/scripts/propex.bat @@ -0,0 +1,8 @@ +@echo off
+
+if "x%PERL%x" EQU "xx" (
+ echo ERROR: Perl not found. Environment is not set.
+ exit /b 1
+)
+
+%PERL% %SOLARVER%\%INPATH%\bin\propex %*
\ No newline at end of file |