P
Paul
Hello,
Is it possible for me to add an item to the quicklaunch toolbar, or to
c:\doduments and settings\%username%\Application Data\Microsoft
\Internet Explorer\QuickLaunch
and I want it to show up as the first item on the quicklaunch, I want
it to be the first item right next to the start menu, not be placed on
the end.
Any way to do this automatically?
I am doing this via a batch script, here is what I am doing:
First I delete the old icon that is there and then copy the new icon
to quicklaunch.
del "C:\Documents and Settings\%username%\Application Data\Microsoft
\Internet Explorer\Quick Launch\MyLogin.lnk"
xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
Launch"
Any ideas?
thanks.
Is it possible for me to add an item to the quicklaunch toolbar, or to
c:\doduments and settings\%username%\Application Data\Microsoft
\Internet Explorer\QuickLaunch
and I want it to show up as the first item on the quicklaunch, I want
it to be the first item right next to the start menu, not be placed on
the end.
Any way to do this automatically?
I am doing this via a batch script, here is what I am doing:
First I delete the old icon that is there and then copy the new icon
to quicklaunch.
del "C:\Documents and Settings\%username%\Application Data\Microsoft
\Internet Explorer\Quick Launch\MyLogin.lnk"
xcopy "c:\Program Files\Software\Apps\Login.lnk" "C:\Documents and
Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick
Launch"
Any ideas?
thanks.