在Window Mobile 6中制作bat文件

发布于 2024-12-25 09:44:50 字数 344 浏览 0 评论 0原文

我有 Windows mobile 6。我已经安装了 Cre-ME+ 和命令行。在命令行中,我们需要键入以下命令并执行它,以加载 Oracle Mobile 应用程序:

\Windows\CrEme\bin\CrEme.exe -Of -classpath \Windows\CrEme\lib\AWTclasses.zip;\XONTMWA\lib\j4205328.zip oracle.apps.mwa.awt.client.StartGUI

但是,Windows Mobile 不支持 bat/cmd 文件执行,因此启动 Oracle Mobile 应用程序的等效方法是什么?每次都需要输入命令吗?

I have Windows mobile 6. I have installed Cre-ME+, and command line. In the command line we need to type the following command and execute it, to load Oracle Mobile Application:

\Windows\CrEme\bin\CrEme.exe -Of -classpath \Windows\CrEme\lib\AWTclasses.zip;\XONTMWA\lib\j4205328.zip oracle.apps.mwa.awt.client.StartGUI

However, Windows Mobile does not support the bat/cmd file execution, so what would be a equivalent way of starting the Oracle Mobile Application, without having to type the command every time?

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

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

发布评论

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

评论(1

星星的轨迹 2025-01-01 09:44:50

使用命令行创建快捷方式,通过 API使用您最喜欢的文本编辑器

内容看起来像这样(如果我的字符数正确的话):

139#\Windows\CrEme\bin\CrEme.exe -Of -classpath \Windows\CrEme\lib\AWTclasses.zip;\XONTMWA\lib \j4205328.zip oracle.apps.mwa.awt.client.StartGUI

Create a shortcut with the command line, either via API or with your favorite text editor.

The contents would look like this (if my character count is right anyway):

139#\Windows\CrEme\bin\CrEme.exe -Of -classpath \Windows\CrEme\lib\AWTclasses.zip;\XONTMWA\lib\j4205328.zip oracle.apps.mwa.awt.client.StartGUI

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