Jump to content

AeroGlass Backup & Restore Tool


Recommended Posts

= AeroGlass Backup & Restore Tool = 

 

File Download (rev. code) => https://copy.com/HZzzymF4j293

 

Info:

- AeroGlass Backup & Restore performs five types of operations - backup, restore, enable or disable aero and launch AeroGlass website.

- Easily backs up all of your AeroGlass activation files, license key and registry settings from your working setup.

- Quickly restores AeroGlass back if you need to reinstall Windows 8.1 at a later date.

- Tested and fully working with "Aero Glass for Win8.1 1.2.5" with Windows 8.1 OS.

 

Advantages:

- No need to manually downoad symbols again or reinstall AeroGlass every time you do a Windows reinstall.

- Backs up your license key and all acivation files automatically for you quickly and easily.

 

~DP  :yes:

 

AG_Backup_Restore.png

Edited by DosProbie
Link to comment
Share on other sites


Just from a quick peruse of your batch code, I have already identified an error!

 

change

echo/|set /p =%date%  @ & %time/t

to

echo/|set /p =%date%  @ & time/t

Also if the file is intended for Windows 8.1, would it not be prudent to begin with an OS check first?

 

example:

VER|FIND " 6.3.">NUL||GOTO :EOF
Link to comment
Share on other sites

May I ask what is the need/use of this?

echo/|set /p =%date% @ & time/t

:unsure:

 

I mean, either of these:

echo %date% @ %time%
echo %date% @ %time:~0,5%

seem to me like doing fine.

 

jaclaz

Link to comment
Share on other sites

Matter of personal choice, did not want down to seconds and miliseconds or 24hr military time. So I went with something cleaner and streamlined to a 12 hr clock with am or pm.

 

My time script shows

6:09 AM

 

The Two you posted shows

6:09:02.80 or just 6:09 without the ante meridium and post meridium 

 

~DP

Edited by DosProbie
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...