Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following command line options are available when running HL7Spy:

Info

HL7Spy.exe [-e] [-lf=file(s)] [-mllp=port]

-?|help|h - Prints out the options.
-e (Use Existing): use an existing HL7Spy instance, don't start a new one
-ca|CloseAll - close existing tabs. Only useful with the -e option
-lf (Load File(s)): file(s) - Each -lf call results in a single tab. Multiple files to be placed in a single tab can be separated with a ; (semicolon) 
-mllp (Start MLLP Listener): port - integer port to listen on
-compare: Run the Bulk Compare tool on the last 2 tabs loaded

...

Example - Start HL7Spy are start listening on port 12000 for HL7 messages:
HL7Spy -mllp=12000

Info

HL7Spy.exe -user=licensee -key=licenseKey

-user (User): licensee - the owner of the license. This must match the licensee given to you when the product was purchased
-key (License Key): "LicenseKey" - The license given to you when the product was purchased
-s (silent): - When run running from the installer .exe, the installer UI will be hidden


Example - Install a license from the installer:
HL7Spy.20.1.250.exe -s -user="support@HL7Spy.com" -key="O5TJfp0z651q61RS83zF.........GsYot8qKuNjw3PWIcOAng=4PH191202"

...