Running EXE files with WINE through terminal

I have WINE installed and I have figured out how to use it to run Windows programs from their installed directories in Windows from Linux in my dual-boot configuration. I now want to keep these programs in my application panel. So, what would the command be to run something with WINE?


Solution 1:

I actually found it! wine (filepath)

Solution 2:

make sure that the program has 'executable' permission

chmod +x game.exe

You can create short cut files(desktop files with your desired image as icon) using the steps mentioned below link https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles

Above link even explains, how you can add your programs to launcher panel