[xep-support] command line arguments

From: Neto Rui - Toronto-MROC (rneto@mroc.com)
Date: Wed Jul 09 2003 - 08:40:43 PDT

  • Next message: David Tolpin: "Re: [xep-support] command line arguments"

    I use the command line interface to transform all of my documents.

    Before I upgraded from XEP 3.21 to XEP 3.5 the following command worked just fine:
            c:\XEP\xep.bat test.fo -DH4PDF.USERPRIVILEGES=print

    now I get the following error:
            error: unexpected command line argument #2(input parameter): '-DH4PDF.USERPRIVILEGES=print'

    this is my xep.bat file:
    rem <XEP_BAT>
    @echo off
    rem This batch file encapsulates a standard XEP call.

    set CP="C:\XEP\lib\xep35_server.jar;C:\XEP\lib\cryptix32.jar;C:\XEP\lib\cryptix32-pgp.jar;C:\XEP\lib\saxon.jar;C:\XEP\lib\xt.jar"

    if x%OS%==xWindows_NT goto WINNT
    jview /cp %CP% /d:com.renderx.xep.ROOT="C:\XEP" com.renderx.xep.XSLDriver %1 %2 %3 %4 %5 %6 %7 %8 %9
    goto END

    :WINNT
    jview /cp %CP% /d:com.renderx.xep.ROOT="C:\XEP" com.renderx.xep.XSLDriver %*

    :END

    set CP=
    rem </XEP_BAT>

    What am I doing wrong?

    Regards,
    Rui Neto

    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@renderx.com from the address
    you are subscribed from.
    (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



    This archive was generated by hypermail 2.1.5 : Wed Jul 09 2003 - 08:46:07 PDT