PDA

View Full Version : Quick Launch



slimboywynn
07-13-2005, 05:37 AM
How does one do this???

If there is an example around (I read there by searching these forums but cant find it) can someone point me in the right direction please, ta.

linder
07-13-2005, 05:40 AM
Hello,

What exactly would you like to do? Would you like to add an item to the Quick Launch menu?

Thanks,

slimboywynn
07-13-2005, 05:44 AM
Absolutely :)

linder
07-13-2005, 05:51 AM
Okay :)

Use the "Get Special Folder Path" script function to retrieve the quick launch folder location (using SB_IEQUICKLAUNCH Folder ID). Store the value in, say, the %QUICKLAUNCHFOLDER% variable.

Then use the Create Shortcut... script item to create the shortcut. In the Shortcut Properties dialog, select the "Location" entry field, press <ctrl> <righ mouse button> and select the above %QUICKLAUNCHFOLDER% variable.

Does this help?

slimboywynn
07-13-2005, 06:00 AM
Works a treat, thanks :)