Windows Batch File to Backup Internet Explorer Favorites
Posted by: Dave Raffo
Here is a quick batch file I wrote to copy Microsoft Internet Explorer Favorites to another location. Fill in the BACKUPPATH variable and stick it in a Group Policy logon (or logoff) script to make sure that users have a backup of the bookmarks.
[code] @echo off rem...


