Is it possible to execute a .bat file in CE. This is what i'm trying to do through a batch file. How can I accomplish this without having to write a whole bunch of code.
@echo off if exist "\Flashfx disk\update.flg" ren "\Flashfx disk\sme.exe" sme_bak.exe if exist "\Flashfx disk\update.flg" ren "\Flashfx disk\sme_new.exe" sme.exe if exist "\Flashfx disk\update.flg" del "\Flashfx disk\update.flg"