The Save and Restore Command Line Tool is a VBScript (SavResDX.vbs) that allows you to copy the current adapter and team settings into a standalone file (such as on a floppy disk) as a backup measure. In the event of a hard drive failure, you can reinstate most of your former settings. This script does not save/restore the network drivers or the protocol addresses.
The system on which you restore network configuration settings must have the same configuration as the one on which the save was performed.
NOTES:
|
cscript SavResDX.vbs save|restore [filename]
SavResDX.vbs has the following command line options:
save | Saves adapter and team settings that have been changed from the default settings. When you restore with the resulting file, any settings not contained in the file are assumed to be the default. |
restore | Restores the settings. |
filename | The file to save settings to or restore settings from. If no filename is specified, the script default to WmiConf.txt. |
To save the adapter settings to a file on a floppy diskette, do the following.
cscript SavResDX.vbs save a:\settings.txt
To restore the adapter settings from a file on a floppy diskette, do the following:
cscript SavResDX.vbs restore a:\settings.txt
Last modified on 12/30/09 3:44p Revision 18