summaryrefslogtreecommitdiff
path: root/language/tibetan/ctib/EMTEX
diff options
context:
space:
mode:
Diffstat (limited to 'language/tibetan/ctib/EMTEX')
-rw-r--r--language/tibetan/ctib/EMTEX25
1 files changed, 25 insertions, 0 deletions
diff --git a/language/tibetan/ctib/EMTEX b/language/tibetan/ctib/EMTEX
new file mode 100644
index 0000000000..3a910d7840
--- /dev/null
+++ b/language/tibetan/ctib/EMTEX
@@ -0,0 +1,25 @@
+REM This is the installation batch file skeleton for emtex
+REM users. Please check this file carefully whether it
+REM matches your system before you commit any changes.
+REM
+REM How to proceed:
+REM
+REM 1. Check for your drives and paths.
+REM 2. Correct the following md and copy statements where
+REM necessary.
+REM 3. Rename this file from EMTEX to EMTEX.BAT
+REM 4. Execute EMTEX.BAT
+
+ECHO Creating following directories:
+
+md \emtex\texinput\ctib
+md \emtex\mfinput\ctib
+md \emtex\tfm\ctib
+md \emtex\doc\ctib
+
+ECHO Copying contents into newly created directories:
+
+copy texinput\*.* \emtex\texinput\ctib\
+copy mfinput\*.* \emtex\mfinput\ctib\
+copy tfm\*.* \emtex\tfm\ctib\
+copy doc\*.* \emtex\doc\ctib\