
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@87 f0f2a975-2e09-46c8-9428-3b39399b9f3c
13 lines
330 B
Batchfile
13 lines
330 B
Batchfile
@echo off
|
|
rem *Very* simple batch file to run Writer2LaTeX
|
|
rem Last modified february 2011
|
|
|
|
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"
|
|
|
|
%JAVAEXE% -jar "%~dp0\writer2latex.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
|
set JAVAEXE=
|
|
|