GetCommandline

Item Description

Use with:

Windows

SecureLogin version:

3.0.4

Type:

Action

Usage:

GetCommandline variable

Arguments:

variable

Defines where the captured command line will be stored.

Description:

Captures the full command line of the program that is loaded, and saves it to the specified variable.

Example:

GetCommandline ?Text 
If ?Text eq "C:\Winnt\Notepad.exe 
 Killapp Notepad.exe
EndIf