We have a number of users with Windows Mobile 6 and need to apply minor changes. eg. update a registry setting. One option is push and execute an executable file using our devic
The closest thing to a scripting environment on Windows Mobile is the Configuration Service Provider interface. While it is not a scripting language per se, it does allow one to do a lot of the same type of things such as modify registry settings, copy and delete files and directories, install and uninstall applications and much more.
Mike Calligaro has a great article on how to write scripts and how to get them from your desktop onto the device in various ways. One of them is certain to work for you.