Plugin net.spf

File: net.spf
Author: Nicholas Nemtsev
Description: Additional capabilities for networking
System requirements: WinNT/2000/XP

New words:


%SESSIONSCOUNT%

A variable containing a number of sessions.

Example:

MSG: "Currently there are %SESSIONSCOUNT% sessions"

%LOGGEDUSERCOUNT%

A variable containing the number of users that are currently logged on.

Example:

MSG: "Currently there are %LOGGEDUSERCOUNT% logged users"

%SESSIONSERVERS%

A variable containing a list of available servers. A blank space is used as a separator.

Example:

FILE-WRITE: "c:\temp\servers.txt"  " %SESSIONSERVERS% "

%SESSIONSUSERS%

A variable containing a list of users. A blank space is used as a separator.

Example:

FILE-WRITE: "c:\temp\users.txt"  " %SESSIONSUSERS% "