Welcome to the SQLitening support forums!
Append host port on target line of shortcut to program
Example 1: ip address
c:\sql\bin\program.exe 192.168.0.2 12345
Example 2: computer name
c:\sql\bin\program.exe computername 12345
Example 3: Dynamic ipaddress using freemyip.com
c:\sql\bin\program.exe cool.freemyip.com 12345
#INCLUDE ONCE "sqlitening.inc" 'program.exe
FUNCTION PBMAIN AS LONG
IF LEN(COMMAND$) THEN slConnect COMMAND$(1),VAL(COMMAND$(2))
END FUNCTION