2009-03-25 18:58:29 +00:00
|
|
|
@echo off
|
|
|
|
rem *Very* simple batch file to run Writer2LaTeX
|
2011-02-14 07:46:20 +00:00
|
|
|
rem Last modified february 2011
|
2009-03-25 18:58:29 +00:00
|
|
|
|
|
|
|
rem If the Java executable is not in your path, please edit the following
|
|
|
|
rem line to contain the full path and file name
|
|
|
|
|
|
|
|
set JAVAEXE="java"
|
|
|
|
|
2011-02-14 07:46:20 +00:00
|
|
|
%JAVAEXE% -jar "%~dp0\writer2latex.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
2009-03-25 18:58:29 +00:00
|
|
|
|
|
|
|
set JAVAEXE=
|
|
|
|
|