Dear all,

This utility can switch on the Quick Launch toolbar:
ToggleQL.zip
toggleql.zip
The usage is rather simple:

ToggleQL n

where n can be:
0 = Off
1 = On
But when used in a logon script (where else ;\) ), sometimes the Quick Launch toolbar appears multiple times at the right side. The extra bars can be disabled, but when switched of in the wrong way, it can mess up your TaskBar.

Is there a way to check if the Quick Launch Toolbar is enabled?
Maybe I can get something like
 Code:
...
If NOT $Enabled
	Shell '"%ComSpec%" /C "'+@LSERVER+'\NETLOGON\toggleql.exe" 1'
EndIf
...