954,260 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Adding URL's To Favourites Using A Batch File

Would anybody know how to create a batch file to add a collection of URL's to each user profile on a PC?

For Example:

www.microsoft.com
www.google.com
www.msn.com

etc

I want to use this script within a network environment to push out some useful URL's to all users within our business. Do you think the best way to do this would be to add the script to startup within Group Policy???

Thanks in advance for your advice.

Dazza
Newbie Poster
6 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

Create a folder with all the favourites in, just create shortcuts for any required web sites. Then as a login script use the following line;

copy \\server\c$\favourites *.* c:\documents and settings\all users\favourites

That would work where \\server\c$\favourites is the location of your folder with all the favourites on.

Hopefully that should work, I'm a novice on batch files I'm affraid. Anything more let me know.

MartyMcFly
Practically a Master Poster
678 posts since Feb 2005
Reputation Points: 16
Solved Threads: 17
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You