<< Click to Display Table of Contents >>

Navigation:  TCP Splitter >

Command line parameters

-f "C:\file.ini"

When started, TCP Splitter will import all settings from the specified INI file. The list of existing connections will be cleared, and new connections will be added to the list from the INI file.

 

-i "C:\file.ini"

Import the settings for one connection from the specified INI file.

 

-d 0

-d "New connection"

Delete the connection with the specified index or name.

 

Clear the connection list.

 

-s0

Do not show any messages (silent mode).

 

-s1

Write messages to the Windows event log (silent mode).

 

-s2

Show a message box (by default).

 

Note: Make sure that you enter parameters in the correct order. For example, the following command will load the settings from the specified INI file without displaying any messages:

 

tcpsplitter -s0 -f "C:\file.ini"