Interactive Command-Line Mode
The interactive command-line mode can be entered in one of two ways:
- Run fmeserverconsole.exe on a DOS command line. Do not specify any arguments.
- Navigate to Start > All Programs > FME Server > Console.
The exact navigation path may vary somewhat depending on which operating system you use.
This starts an interactive FME Server Console session, as indicated by the resulting FMEServerConsole> prompt. You can enter any number of commands until you use the QUIT directive to terminate the session. The following syntax is used in the interactive mode:
FMEServerConsole> <command> [options]
Examples: |
fmeserverconsole.exe FMEServerConsole> LISTALL_SERVICES FMEServerConsole> QUIT |