|
|
|
|
This information Applies to TeamHeadquarters version 5.x only. |
THQRestore[.exe] /D /S /IS /IIS /R /F:<filename> /P:<path>
|
/D |
Restore the TeamHeadquarters database objects. Mutually exclusive with "/S" |
|
/S |
Restore the TeamHeadquarters executable files. Mutually exclusive with "/D" |
|
/R |
Restore the Windows Registry keys used by TeamHeadquarters. |
|
/F:"filename" |
Specifies the name of the backup file. The 'CXD' extension will be automatically added by the restore utility. |
|
/P:"path" |
Allows restoring to a different directory than the original. The target directory must exist. Optional. If not specified, restoration takes place in the original location. |
Click the heading to toggle the display of the sample code
THQRestore /R /F:RegistryBackup
Restore system files and registry settings to their original location.
THQRestore /S /R /F:SystemBackup
Restore registry settings from a system backup.
THQRestore /R /F:SystemBackup
Restore database to its original location.
THQRestore /D /F:DatabaseBackup
Restore database objects to an alternate location.
THQRestore /D /F:DatabaseBackup /P:C:\THQRestore\Database