Windows Mobile - What scripting platforms are available?

后端 未结 5 1615
我寻月下人不归
我寻月下人不归 2021-02-06 10:45

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

5条回答
  •  迷失自我
    2021-02-06 11:23

    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.

提交回复
热议问题