1.

Solve : BATCH FILE for FOP?

Answer»

I NEED some help for CREATING a BATCH file.
I created a batch file which started a program called apache FOP:

@echo off
start "" "C:\Program Files\Altova\FOP\fop.bat"



The code above opens a command line interface

after the command line C:\Program Files\Altova\FOP> i need to insert this info: fop -xsl 1.xsl -XML briefsur1.xml -pdf testbrief.pdf which will generate a PDF.

Thus:

C:\Program Files\Altova\FOP>fop -xsl 1.xsl -xml briefsur1.xml -pdf testbrief.pdf

How do i create a batch file which will automate this PROCESS?



Discussion

No Comment Found