Results 1 to 3 of 3

Thread: Which is best way to start Wine (.exe files) ?

  1. #1
    Join Date
    Mar 2007
    Beans
    70
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Which is best way to start Wine (.exe files) ?

    I am copying some application launchers from and old computer that had Wine on it, to my new Ubuntu desktop. Problem: There are at least 4 different ways of launching a Wine program. Can someone explain them to me and tell me which is the best way?

    1. A whole ton of stuff
    Code:
    env WINEPREFIX="/home/griffin/.wine" wine C:\windows\command\start.exe /Unix /home/griffin/.wine/dosdevices/c:/windows/profiles/All\ Users/Start\ Menu/Programs/Notepad++/Notepad++.lnk
    2. Call the program directly (and pass it parameters if need be)
    Code:
    /home/griffin/.wine/drive_c/apps/filesync/FileSync.exe c:/apps/filesync/writings.fsy
    3. run Wine and pass the program to it
    Code:
    /usr/bin/wine /home/griffin/.wine/drive_c/apps/DU_meter/DUMeter.exe
    4. set up a special launcher script
    Code:
    notepad

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Which is best way to start Wine (.exe files) ?

    Thread moved to the "Wine" forum.

  3. #3
    Join Date
    Apr 2011
    Beans
    214
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Which is best way to start Wine (.exe files) ?

    Any method which is more convenient to you

    The 4th is ok but before running it make sure you export WINEPREFIX pointing to your installation so:

    1) export wineprefix
    2) run wine

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •