Plugin net.spf
File: net.spf
Author: Nicholas Nemtsev
Description: Additional capabilities for networking
System requirements: WinNT/2000/XP
New words:
A variable containing a number of sessions.
Example:
MSG: "Currently there are %SESSIONSCOUNT% sessions"
A variable containing the number of users that are currently logged on.
Example:
MSG: "Currently there are %LOGGEDUSERCOUNT% logged users"
A variable containing a list of available servers. A blank space is used as a separator.
Example:
FILE-WRITE: "c:\temp\servers.txt" " %SESSIONSERVERS% "
A variable containing a list of users. A blank space is used as a separator.
Example:
FILE-WRITE: "c:\temp\users.txt" " %SESSIONSUSERS% "