Windows Mobile - 有哪些脚本平台可用?

发布于 2024-07-04 14:04:33 字数 177 浏览 6 评论 0原文

我们有许多使用 Windows Mobile 6 的用户,需要进行一些小的更改。 例如。 更新注册表设置。 一种选择是使用我们的设备管理软件推送并执行可执行文件。

我希望这对于熟悉 VBScript/JScript 等脚本编写的管理员来说更加友好。在 Windows Mobile 设备上编写脚本有哪些选项?

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 device management software.

I'd like this to be a little more friendly for the admins who are familiar with scripting in VBScript/JScript etc. What are the options for scripting on Windows Mobile devices?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

野鹿林 2024-07-11 14:04:34

还有一个 Visual Basic Runtime 来运行 VBScript

There is also a Visual Basic Runtime to run VBScript

故事↓在人 2024-07-11 14:04:34

尝试 Lua:
官方Lua页面:http://www.lua.org/
Lua WinCe / 移动端口: http://www.magma.com.ni/sw/ wince/lua/

Try Lua:
Oficial Lua page: http://www.lua.org/
Lua WinCe / Mobile port: http://www.magma.com.ni/sw/wince/lua/

我爱人 2024-07-11 14:04:33

我全职从事 Windows Mobile 工作,不幸的是从未真正遇到过良好的 Windows Mobile 脚本实现。 由于某种原因,MS 从未认为有必要这样做。 例如,尽管您实际上可以在 WM 上获得命令控制台,但它不支持运行批处理文件,即使所有命令仍然存在并且相对容易。 我绝对没有听说过 VBScript 引擎,也没有听说过 JScript。 有 PythonCE 但 WM 特定的支持很少,并且您无法访问许多仅 WM 的东西。

另外,我与一家名为 SOTI 的公司做了很多工作,该公司有一款名为 MobiControl 的产品,该产品确实包含了基本功能脚本引擎。 尽管大多数命令都是特定于其系统的,并且实际上必须从桌面端管理控制台运行。

鉴于我一直在尝试为 WM 寻找一个好的脚本引擎,您可能会认为我只会编写一个;)

所以,抱歉,但基本的答案是,没有在您指定的上下文中可用于 VB 的脚本引擎。

I work on windows mobile full time and have never really come across a good Windows Mobile scripting implementation unfortunately. For some reason MS has never seen the need for it. For example, even though you can actually get a command console on WM, it does not support running batch files, even though all the commands are still there and it would be relatively easy. There is definitely not a VBScript engine I've ever heard of nor JScript. There is PythonCE but the WM specific support is minimal and you don't get access to a lot of WM only things.

Also, I've done a lot of work with a company called SOTI which has a product called MobiControl that does incorporate a basic scripting engine. Though most of the commands are specific to their system and actually have to be run from a desktop-side management console.

Given all of the times I have tried to find a good scripting engine for WM myself you would think I would've just written one ;)

So, sorry, but the basic answer is no, there is not a scripting engine available for VB in the context that you specified.

所谓喜欢 2024-07-11 14:04:33

xda-developers 的开发人员似乎喜欢的一个选项是 Mortscript

我从来没有费心去使用它,但是我使用过许多分发 mortscript 的 cab 安装程序,以便它们可以执行各种任务

Once option that the devs over at xda-developers seem to enjoy is Mortscript

I have never bothered to use it, but I have used many cab installers that distribute mortscript so that they can do various tasks

童话里做英雄 2024-07-11 14:04:33

最接近 Windows Mobile 上的脚本环境的是配置服务提供程序界面。 虽然它本身不是一种脚本语言,但它确实允许人们执行许多相同类型的操作,例如修改注册表设置、复制和删除文件和目录、安装和卸载应用程序等等。更多的。

Mike Calligaro 有一篇很棒的文章,介绍如何编写脚本以及如何通过多种方式将它们从桌面转移到设备上。 其中之一肯定适合您。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文