telephonyserverplugins/attestltsy/config/configatmodem.bat
branchAT_Test_LTSY
changeset 6 9b3b5a50db11
parent 4 3cf043a18b40
child 10 4d82aaca4452
--- a/telephonyserverplugins/attestltsy/config/configatmodem.bat	Tue Feb 23 20:36:01 2010 +0000
+++ b/telephonyserverplugins/attestltsy/config/configatmodem.bat	Wed Feb 24 13:44:01 2010 +0000
@@ -17,20 +17,22 @@
 echo Backup hctl_base.dll:
 move /-Y \epoc32\release\winscw\udeb\hctl_base.dll \epoc32\release\winscw\udeb\hctl_base.bak
 
-echo Copy UREL version of hctl_base.dll:
-copy \epoc32\release\winscw\urel\hctl_base.dll \epoc32\release\winscw\udeb\hctl_base.dll
+echo Copying UREL version of hctl_base.dll:
+copy /Y \epoc32\release\winscw\urel\hctl_base.dll \epoc32\release\winscw\udeb\hctl_base.dll
 
 echo Backup phonetsy.tsy:
 move /-Y \epoc32\release\winscw\udeb\phonetsy.tsy \epoc32\release\winscw\udeb\phonetsy.bak
 
-echo Copy phonetsywithdispatcher.tsy to phonetst:
-copy \epoc32\release\winscw\udeb\phonetsywithdispatcher.tsy \epoc32\release\winscw\udeb\phonetsy.tsy
+echo Copying phonetsywithdispatcher.tsy to phonetsy:
+copy /Y \epoc32\release\winscw\udeb\phonetsywithdispatcher.tsy \epoc32\release\winscw\udeb\phonetsy.tsy
 
 echo Setup the feature manager to include GSM and WCDMA features:
 @perl -S -I/epoc32/tools/featmgr /sf/os/cellularsrv/telephonyserverplugins/attestltsy/config/modifyfeaturedb.pl
 
-echo Setup CommDB using default file
-copy /Y \sf\os\cellularsrv\telephonyserverplugins\attestltsy\config\AT-LTSY(default).cfg \epoc32\winscw\c\AT-LTSY(default).cfg
+echo Setuping CommDB:
+REM copy /Y \sf\os\cellularsrv\telephonyserverplugins\attestltsy\config\AT-LTSY(default).cfg \epoc32\winscw\c\AT-LTSY(default).cfg
+cd \sf\os\cellularsrv\telephonyserverplugins\attestltsy\config
+@perl -S /sf/os/cellularsrv/telephonyserverplugins/attestltsy/config/modifycommdb.pl
 \epoc32\release\winscw\udeb\ced.exe -Dtextshell -- c:\AT-LTSY(wavcom).cfg
 
-REM M:\sf\os\devicesrv\sysstatemgmt\group>sbs -b bld.inf -c winscw_udeb RESOURCE
\ No newline at end of file
+REM M:\sf\os\devicesrv\sysstatemgmt\group>sbs -b bld.inf -c winscw_udeb RESOURCE