enuffsaid Posted July 22, 2004 Posted July 22, 2004 With "map" I think he means "folder."In the meantime there's an AutoIt script I found:Run ("rundll32.exe shell32.dll,Options_RunDLL 1", "", @SW_HIDE)WinWaitActive ( "Taskbar and Start Menu Properties")WinShow ( "Taskbar and Start Menu Properties", "", @SW_HIDE)WinActivate ( "Taskbar and Start Menu Properties")$var = ControlCommand ( "Taskbar and Start Menu Properties", "", "Button5", "IsChecked", "")If $var = 1 ThenWinClose ("Taskbar and Start Menu Properties")ElseControlCommand ( "Taskbar and Start Menu Properties", "", "Button5", "Check", "")ControlCommand ( "Taskbar and Start Menu Properties", "", "Button11", "Check", "")EndIfI like ZoSTeR's AutoIT script! Can I run this script at T-13 so it executes for all my users? How do I execute it in the first place?
ZoSTeR Posted July 22, 2004 Posted July 22, 2004 With "map" I think he means "stream" ?Get AutoIt3 and compile the script.Or run it with Autoit.exe scriptname.au3
enuffsaid Posted July 24, 2004 Posted July 24, 2004 ok , my quicklaunchbar map was corrupt, i have remove it and place a new map and now it works again.... pfewww.....@ ZoSTeRthat map. Thanks for the tip. Will try it.
Solid as a rock Posted July 25, 2004 Posted July 25, 2004 ok , my quicklaunchbar map was corrupt, i have remove it and place a new map and now it works again.... pfewww.....@ ZoSTeRthat map. Thanks for the tip. Will try it. i mean folder... the folder called quicklaunch was corrupt. remove it and place a new folder solve that problem.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now