SmartLOG is a login
processor designed to be used as the shell for a login script. It can be used
in a group policy, NETLOGON, Novell Logon, Registry or simply placed in the
startup section of the startmenu.
●
A large
variable set
Unlike a batch file that must declare an environment varible, SMARTLOG stores
Variables in memory and can pass them to the registry, batch files and even as
parameters on executables. Variables can be incremented and decremented, they
can also be used in comparison with other Variables.
SmartLOG can also read environment Variables and some system Variables that normal
batch files cannot see.
In addition to this, 100 custom named Variables can be defined and stored in
smartlog.
●
More
complicated IF statements
Comparison can be made between numbers, can be where one string contains
another, can be where one file is newer than another.
All if statements can be nested.
●
Direct
Registry Access.
SmartLOG can access the registry directly, it can edit and read parts of the
registry, it can store entries as Variables that can be sent to all sorts of
other programs.
●
Hidden
Programs
SmartLOG can run 3rd party programs hidden, so that they run as part
of the login but the user cannot abort them.
SmartLOG itself will run without the user being able to close smartlog.
You can even run smartlog hidden giving total gurantee the login script will
run.
●
LOOPING
SmartLOG provides looping support via the means of GOTO statements. Allowing
the same code to run over and over again until a certain event is true.
●
WatchDOG
Lockup Protection
SmartLOG will detect if the login script has locked up and will offer to
terminate. This timer can be customized.
●
Customizable
Look
SmartLOG can be customized to your enterprises desktop look and feel. Change
the colour of the text and or setup your own picture in the splash screen.