Forrest logo
back to context overview

wine

List of commands for wine:

  • wine:ai:2cb48 can I run vbscript on linux
    $ wine cscript myscript.vbs
    try on your machine
    explain this command
  • wine:ai:88386 You can use Wine to run VBScript on Linux by using the cscript.exe command
    $ wine cscript.exe script.vbs
    try on your machine
    explain this command
  • wine:ai:8f796 I'm tryingto run an application under wine and give ou this error "The progrma bcm.exe has encountered serious problem"
    $ wine bcm.exe
    try on your machine
    explain this command
  • wine:ai:ff602 Run a Windows application using wine in a cron job without GUI
    $ wine /path/to/your/application.exe
    try on your machine
    explain this command
  • wine:tldr:61c69 wine: Install/uninstall an MSI package.
    $ wine msiexec /${select} ${path-to-package-msi}
    try on your machine
    explain this command
  • wine:tldr:7f1a5 wine: Run the configuration tool.
    $ wine winecfg
    try on your machine
    explain this command
  • wine:tldr:cc1d0 wine: Run a specific program inside the `wine` environment.
    $ wine ${command}
    try on your machine
    explain this command
  • wine:tldr:d242e wine: Run a specific program in background.
    $ wine start ${command}
    try on your machine
    explain this command
back to context overview