|
| | |||||||
| Internet Explorer Discuss IE7 or any other IE version. |
| | LinkBack | Thread Tools |
| |||
| Making IE7 multi tab desktop shortcuts Hello, I am trying to make some extra desktop shortcut's using IE7. I have 3 tab's that i would like to open. Using Firefox the syntax is to use "-new-window" and the "|" between each URL. That would make Firefox open in a new window with a tab for each URL. I can not seem to make IE7 work this way. I have tryed using: -new, :, ;, -newtab, -tab, |, and a few others. -new does open IE7 in a new window. Maybe IE7 is not ment to work this way. The default IE7 desktop shortcut works fine with more then one tab. |
| |||
| Re: Making IE7 multi tab desktop shortcuts The closest would be saving a Tab Group: IE7 Help | Tabbed browsing: frequently asked questions | How do I save a group of tabs? QED: Can you drag (or Send) the saved Tab Group to the desktop as a shortcut? -- ~Robear Dyer (PA Bear) MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002 AumHa VSOP & Admin http://aumha.net DTS-L http://dts-l.net/ Rickap57 wrote: > Hello, I am trying to make some extra desktop shortcut's using IE7. I have > 3 > tab's that i would like to open. Using Firefox the syntax is to use > "-new-window" and the "|" between each URL. That would make Firefox open > in > a new window with a tab for each URL. I can not seem to make IE7 work this > way. I have tryed using: -new, :, ;, -newtab, -tab, |, and a few others. > -new does open IE7 in a new window. Maybe IE7 is not ment to work this > way. > The default IE7 desktop shortcut works fine with more then one tab. |
| |||
| Re: Making IE7 multi tab desktop shortcuts I tryed saving as a group and sending to the desktop as shortcut but that just gives you a folder view of whats inside the group. Thanks anyway. Seems to be a shortfall of IE7 I guess. Guess I'll use firefox for multi-tabbed internet desktop shortcuts. "PA Bear [MS MVP]" wrote: > The closest would be saving a Tab Group: IE7 Help | Tabbed browsing: > frequently asked questions | How do I save a group of tabs? > > QED: Can you drag (or Send) the saved Tab Group to the desktop as a > shortcut? > -- > ~Robear Dyer (PA Bear) > MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002 > AumHa VSOP & Admin http://aumha.net > DTS-L http://dts-l.net/ > > > Rickap57 wrote: > > Hello, I am trying to make some extra desktop shortcut's using IE7. I have > > 3 > > tab's that i would like to open. Using Firefox the syntax is to use > > "-new-window" and the "|" between each URL. That would make Firefox open > > in > > a new window with a tab for each URL. I can not seem to make IE7 work this > > way. I have tryed using: -new, :, ;, -newtab, -tab, |, and a few others. > > -new does open IE7 in a new window. Maybe IE7 is not ment to work this > > way. > > The default IE7 desktop shortcut works fine with more then one tab. > > |
| |||
| Re: Making IE7 multi tab desktop shortcuts Hello, The Quero Launcher supports multi tab desktop shortctuts and allows you to customize other window properties (like size and position) as well. http://www.quero.at/launcher.php Syntax examples: qlaunch.exe open="url1|url2|etc" Tabs are separated by "|" You can also open multiple windows with qlaunch qlaunch.exe open="url1" open="url2" Best regards, Viktor Krammer -- http://www.quero.at/ The New Web Experience |
| |||
| Re: Making IE7 multi tab desktop shortcuts "Rickap57" <Rickap57@discussions.microsoft.com> wrote in message news:A7DA3F68-8BEF-4F1F-8496-EE77CDD19A5D@microsoft.com... >I tryed saving as a group and sending to the desktop as shortcut but that > just gives you a folder view of whats inside the group. Thanks anyway. > Seems to be a shortfall of IE7 I guess. Yes. The closest you can get to what you want but isn't very reliable is to make a cmd file which starts in that directory and does this: for %u in (*.URL) do "%u" E.g. it certainly doesn't do what you might expect if you are offline or not connected.... ; } Good luck Robert Aldwinckle --- > Guess I'll use firefox for > multi-tabbed internet desktop shortcuts. > > "PA Bear [MS MVP]" wrote: > >> The closest would be saving a Tab Group: IE7 Help | Tabbed browsing: >> frequently asked questions | How do I save a group of tabs? >> >> QED: Can you drag (or Send) the saved Tab Group to the desktop as a >> shortcut? >> -- >> ~Robear Dyer (PA Bear) >> MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002 >> AumHa VSOP & Admin http://aumha.net >> DTS-L http://dts-l.net/ >> >> >> Rickap57 wrote: >> > Hello, I am trying to make some extra desktop shortcut's using IE7. I have >> > 3 >> > tab's that i would like to open. Using Firefox the syntax is to use >> > "-new-window" and the "|" between each URL. That would make Firefox open >> > in >> > a new window with a tab for each URL. I can not seem to make IE7 work this >> > way. I have tryed using: -new, :, ;, -newtab, -tab, |, and a few others. >> > -new does open IE7 in a new window. Maybe IE7 is not ment to work this >> > way. >> > The default IE7 desktop shortcut works fine with more then one tab. >> >> |
| |||
| Re: Making IE7 multi tab desktop shortcuts Thanks for the help Robert. I'll give that a try. "Robert Aldwinckle" wrote: > "Rickap57" <Rickap57@discussions.microsoft.com> wrote in message > news:A7DA3F68-8BEF-4F1F-8496-EE77CDD19A5D@microsoft.com... > >I tryed saving as a group and sending to the desktop as shortcut but that > > just gives you a folder view of whats inside the group. Thanks anyway. > > > Seems to be a shortfall of IE7 I guess. > > > Yes. The closest you can get to what you want but isn't very reliable > is to make a cmd file which starts in that directory and does this: > > for %u in (*.URL) do "%u" > > > E.g. it certainly doesn't do what you might expect if you are offline > or not connected.... ; } > > > Good luck > > Robert Aldwinckle > --- > > > > Guess I'll use firefox for > > multi-tabbed internet desktop shortcuts. > > > > "PA Bear [MS MVP]" wrote: > > > >> The closest would be saving a Tab Group: IE7 Help | Tabbed browsing: > >> frequently asked questions | How do I save a group of tabs? > >> > >> QED: Can you drag (or Send) the saved Tab Group to the desktop as a > >> shortcut? > >> -- > >> ~Robear Dyer (PA Bear) > >> MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002 > >> AumHa VSOP & Admin http://aumha.net > >> DTS-L http://dts-l.net/ > >> > >> > >> Rickap57 wrote: > >> > Hello, I am trying to make some extra desktop shortcut's using IE7. I have > >> > 3 > >> > tab's that i would like to open. Using Firefox the syntax is to use > >> > "-new-window" and the "|" between each URL. That would make Firefox open > >> > in > >> > a new window with a tab for each URL. I can not seem to make IE7 work this > >> > way. I have tryed using: -new, :, ;, -newtab, -tab, |, and a few others. > >> > -new does open IE7 in a new window. Maybe IE7 is not ment to work this > >> > way. > >> > The default IE7 desktop shortcut works fine with more then one tab. > >> > >> > > > |
| |||
| Re: Making IE7 multi tab desktop shortcuts Thanks for the help Viktor, I'll give that program a try. "Viktor Krammer" wrote: > Hello, > > The Quero Launcher supports multi tab desktop shortctuts and allows you to > customize other window properties (like size and position) as well. > > http://www.quero.at/launcher.php > > Syntax examples: > > qlaunch.exe open="url1|url2|etc" > > Tabs are separated by "|" > > You can also open multiple windows with qlaunch > > qlaunch.exe open="url1" open="url2" > > Best regards, > > Viktor Krammer > -- > http://www.quero.at/ > The New Web Experience > > |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multi Monitors Mirrored Desktop PC | bad2 | Vista Hardware | 1 | 12-30-2007 02:11 AM |
| Making Desktop PC Into VPN Server For Itself? | (PeteCresswell) | Windows XP | 3 | 10-21-2007 11:00 PM |
| Multi User Desktop | Erick B. | Windows Vista | 2 | 05-10-2007 08:50 AM |
| making a digital photo my desktop image | kuipers-az@cox.net | Windows XP | 1 | 04-10-2007 07:30 PM |
| Multi-Desktop app | Linuxmon | Tablet PC Tips & Tricks | 0 | 07-02-2004 01:19 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |