movecfg.exeユーティリティは、次に示すようなバッチファイルを使用して実行することができます。
@echo off REM ****************************************************************************** REM REM Name:MoveCfg1to2.bat REM Description:Sample batch file to demonstrate the usage and launch parameters of movecfg.exeREM See movecfg.txt for descriptions of movecfg.exe usage parametersREM REM Copyright (C) 2003-2004 Novell, Inc., All Rights ReservedREMREM ****************************************************************************** setlocal REM echo on REM SAMPLE CALL 1 call movecfg.exe -host server.acme.com -port 389 -edir-dn cn=admin,o=acme -edir-pwd acmePass -driverDN cn=NotesDriver,cn=DriverSet1,o=acme -noteSvr cn=Domino1/o=acme -timeout 15 REM SAMPLE Call 2:When converting a second or third Notes driver on the same machine, use the -ndsrep parameterREM call movecfg.exe -host server.acme.com -port 389 -edir-dn cn=admin,o=acme -edir-pwd acmePass -driverDN cn=Notes2Driver,cn=DriverSet1,o=acme -noteSvr cn=Domino1/o=acme -timeout 15 -ndsrep Notes2Driver