Using SLLauncher Syntax

To run SLLauncher, use the following syntax:

SLLauncher [Optional Parameters] Executable to run [optional executable's parameters]

IMPORTANT:  If your executable contains a path or command line parameters that include spaces, embed the spaces in quotes. Even if your application normally accepts the parameters with spaces, SLLauncher interprets them as separate parameters, and unexpected results might occur.

SLLauncher includes two command line parameters that control its behavior:

Parameter Explanation

/w executable name

Specifies another process to wait for before closing SecureLogin.

Examples:

  • SLLauncher.exe /w rumbadsp.exe C:\Progra~1\novell\SecureLogin\tlaunch.exe /q /auto /e"WallData Rumba" /p"novellMainframe"
  • SLLauncher.exe /w mspaint.exe run_MSPaint.CMD

/d

Debug option. This option generates a debug log file (c:\sllauncher.log) and shows dialog boxes during the progress of SLLauncher. The switch must appear before the executable that you want to run.

Examples:

  • SLLauncher.exe /w rumbadsp.exe /d C:\Progra~1\novell\SecureLogin\tlaunch.exe /q /auto /e"WallData Rumba" /p"novellMainframe"
  • SLLauncher.exe /w /d mspaint.exe run_MSPaint.CMD