I have installed DivX player using wine in my ubuntu. I would like to invoke the player from terminal. Is it possible? If yes, how?
Thanks in advance.
I have installed DivX player using wine in my ubuntu. I would like to invoke the player from terminal. Is it possible? If yes, how?
Thanks in advance.
If you are using wine installed from the repositories then wine related files is stored in a folder called
~/.wine
Windows programs are stored within this folder - for example
~/.wine/drive_c/program_files/Internet Explorer
You can start a windows program in a similar way as from a command line in windows but prefix it with
wine
for example
Thus if your divx called (for example)
divxplayer.exe
is installed - for example in~/.wine/drive_c/program files/divx
then you can start your wine divx player