![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Windows 2000 Pro / NT Workstation Support Find support for Windows 2000 Pro / NT Workstation here |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2005
Posts: 216
OS: Windows 2000 Pro
|
Help me find a program?
I tried posting in the applications type forum, but there was no way I could make a new thread, the link to making a new thread wasn't showing up anywhere -.-
So, I'll get down to business now . . . I'm looking for a program! How fun! *smacks all the downloads out there for not showing him where to look* Here's a run-down of the program that I want: Is there such a program that was made so that when you simply click a button, a bunch of different assigned websites pop up? Going through my favorites, scrolling down and all that junk gets kinda old and annoying. If there's a program out there where you can just click a special button that brings up websites one by one so you don't have to constantly open new windows and things to view websites that you frequent? Just one button that you can assign many websites too, not a lot of buttons, so you don't have to minimize them or anything. Or a lot of buttons that you can click one by one but having them go to the tray, minimized. Note: I do not want a keyboard with this ability. I want a program that shows up on your desktop as the button or an extra tray or something of that sort I guess . . . |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Tech, Networking Forums
Join Date: Apr 2005
Location: 1265 Lombardi Ave.
Posts: 1,148
OS: All of the above
|
Create a File called Open.VBS
Put this code in there and edit what links you want to open. Code:
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run "http://www.microsoft.com"
Wscript.Sleep 1000
oShell.run "http://www.cnn.com"
Wscript.Sleep 1000
oShell.run "http://www.techsupportforum.com"
Set oShell = Nothing
|
|
|
|
![]() |
| Thread Tools | |
|
|