@echo off
@echo #####################################
@echo # File Cleanup #
@echo # #
@echo #####################################
pause
@echo off
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell mkdir /sdcard/apps
adb shell cp /system/app/mox* /sdcard/apps
adb shell cp /system/app/EManual* /sdcard/apps
adb shell cp /system/app/SemcIME* /sdcard/apps
adb shell cp /system/app/LatinImeTutorial* /sdcard/apps
adb shell cp /system/app/AndroidQuadrapop* /sdcard/apps
adb shell cp /system/app/LatinIME* /sdcard/apps
adb shell cp /system/app/SEMCTouchPal* /sdcard/apps
adb shell cp /system/app/se-supp* /sdcard/apps
adb shell rm /system/app/mox*
adb shell rm /system/app/EManual*
adb shell rm /system/app/SemcIME*
adb shell rm /system/app/LatinImeTutorial*
adb shell rm /system/app/AndroidQuadrapop*
adb shell rm /system/app/SEMCTouchPal*
adb shell rm /system/app/se-supp*
adb shell rm -r /etc/semc/preset/app
adb shell reboot
pause