Run this script as an administrator/local system account, substituting the reference to 2.3.0.1087 with the
appropriate version you have installed.
cd "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\"
sqlmaint -S "MYPC\DIP002" -D OdexEnterprise_2.3.0.1087 -BkUpDB c:\backup -BkUpMedia DISK
xcopy "C:\Program Files\DIP\Odex Enterprise\2.3.0.1087\Data\" c:\backup /Y
xcopy "C:\Program Files\DIP\Odex Enterprise\2.3.0.1087\*.cfg" c:\backup /Y
The example shown will backup the configuration files and data files used by ODEX Enterprise. It will also copy the database on machine "MYPC" to the directory c:\backup\