View Single Post
  #2 (permalink)  
Old 06-07-2009
ju.c
 

Posts: n/a
Re: Internet Explorer Settings Backup
Correction.

I shouldn't have used the system variable "%PATH%" for
the folder location variable, so you should fix it

Change "PATH" to "folder" on this line:

Before: SET PATH=C:\IE Backups
After: SET folder=C:\IE Backups

Then search and replace all %PATH% with %folder%

That's all. Enjoy!


You can get the final version here:

IE_Settings_Backup_Final.zip 3 KB
http://www.mediafire.com/download.php?01yjitj4ogj


ju.c


"ju.c" <bibidybubidyboop@mailinator.com> wrote in message news:#0DRtu25JHA.4116@TK2MSFTNGP04.phx.gbl...
> Internet Explorer Settings Backup
>
> This is a package of two batch files that will
> automatically backup your Internet Explorer registry
> settings.
>
> Use "IE_Backup_Quiet.bat" for regular backups, just
> edit the path to a permanent location.
>
> Use "IE_Backup_Ask.bat" to save to a custom location.
>
> Features:
>
> - Automatically fixes the date format, converts slashes
> to dashes.
> - Automatically fixes the time format, converts colons
> to periods.
> - Automatically cleans the reg file, you don't have to
> edit it in Notepad.
> - Tells you if the backup was created or not, letting
> you try again.
> - The filename includes the time with the year first, for
> easy sorting: IE_Settings_2009-06-08_at_10.15.30.reg
>
> IE_Settings_Backup_v5.zip 2 KB
> http://www.mediafire.com/download.php?zgw4duljwnf
>
>
> ju.c
>
>

Reply With Quote