Altova RaptorXML Server 2024

The script command executes a Python 3.11.5 script that uses the RaptorXML Python API.

 

raptorxml script [options] PythonScriptFile

 

The File argument is the path to the Python script you want to execute. Additional options are available for this command. To obtain a list of these options, run the following command:

 

raptorxml script [-h | --help]

 

Examples  

 

raptorxml script c:\MyPythonScript.py

raptorxml script -h

raptorxml script          # Without a script file, an interactive Python shell is started

raptorxml script -m pip   # Loads and executes the pip module; see the Options section below

 

 

Options

Any options and arguments after the script command are forwarded directly to the Python interpreter. Please consult the Python documentation page https://docs.python.org/3.11/using/cmdline.html for a complete listing of available options.

 

© 2017-2023 Altova GmbH