Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vbscript to open URL needs refining
Name: brian32 Date: May 2, 2005 at 18:50:03 Pacific OS: XP Pro
Comment:
Below is a simple script that will open the Microsoft home page. You can modify the toolbars' values to display or hide as you see fit.
Can someone help with the toolbar buttons? Even though the option exists to display or hide the entire toolbar, is there a way to display only certain toolbar buttons on the window?
For example, is there a way - through the script :) - to display just the back and forward buttons?
Thanks!
dim Window
set Window = CreateObject("InternetExplorer.Application")
Name: Michael J (by mjdamato) Date: May 3, 2005 at 00:08:28 Pacific
Reply:
No. The buttons that are displayed are determined by the setup of the user. For example, if I add the print preview button, then that button will be shown if the button toolbar is displayed.
Summary: i am looking for help to make a batch that can open URL similar to that used on this website: http://www.urlopener.com/ you could paste URL's sequentially and it will open all the links in the same wi...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch files and any help will be greatly appreciated. Than...