UTools for Windows System Administrators
UMove Help

Unattended Operation

UMove can run from an XML script for unattended operation. To run in unattended mode, create a settings file. A settings file is an XML script that contains pre-recorded answers to the questions during the interview.

To create a settings file, walk through the interview up to the final Finish button. When you see the Finish button, stop. Do not click the Finish button; instead right-click and select Save Settings.

This will write the settings file to the folder where you installed UMove (typically C:\Program Files\UMove). The file is named UMoveSettings.xml.

To run in unattended mode

To run UMove in unattended mode, open an administrative console and type the following:

cd /d "C:\Program Files\UMove"
UMove.exe -xml UMoveSettings.xml

You can create a .CMD file with these commands. When you click on the file it will run UMove without further prompting.