如何通过命令行运行应用程序

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

Next Step: 如何通过 Crossover 访问 Samba 共享资源

Last modified on 2026-02-26 08:57:15 UTC by Andrew Balfour

Knowledge Base Software powered by Helpjuice