The command to start a program through wine from terminal or through a shortcut is:
env WINEPREFIX="/home/user/.wine" wine "C:/somefolder/name.exe"
The wine is a open source simulator to run windows software under linux (and others).
The command to start a program through wine from terminal or through a shortcut is:
env WINEPREFIX="/home/user/.wine" wine "C:/somefolder/name.exe"
The wine is a open source simulator to run windows software under linux (and others).