Table of Contents
本文将介绍当您的系统没有安装常见桌面环境(比如,IDE 或 Gnome)或者应用程序没有在桌面菜单中显示时,如何通过命令行启动应用程序。
启动一个安装在默认容器的 Windows 可执行文件(比如,appname.exe),使用以下命令:
$ ~/cxoffice/bin/wine --cx-app appname.exe
或者
$ /opt/cxoffice/bin/wine --cx-app appname.exe
如果您没有设置默认容器,那么启动应用程序时需要指定容器名(比如,bottlename),如下:
$ ~/cxoffice/bin/wine --bottle bottlename --cx-app appname.exe
或者
$ /opt/cxoffice/bin/wine --bottle bottlename --cx-app appname.exe
Other Articles
如何在已创建的容器中修改 Windows 版本
如何修改 CrossOver 存储容器的路径
如何使用 PDFwriter 打印 Windows 应用程序的文档
Windows 应用安装完成后未成功创建图标