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.

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.