Search found 2 matches
- Fri May 02, 2014 1:00 am
- Forum: Linux
- Topic: Question about convert between unix path and windows path
- Replies: 1
- Views: 1553
Question about convert between unix path and windows path
When pass parameters to program running under wine,wine will automatically convert unix style path into windows style However,it fails to convert correctly when file path contains tilde(which means $HOME in bash) For example ~/.wine will be converted to G:\home\username\~\.wine instead of G:\home\us...
- Thu May 01, 2014 10:49 pm
- Forum: Linux
- Topic: Any ways to call native commands from wine?
- Replies: 1
- Views: 1176
Any ways to call native commands from wine?
For example,I have a windows program that calls lame.exe to encode mp3 files,
To get better perfomance,I would rather use native lame instead of a windows one.
how can I create a lame.exe that calls native lame command in linux instead of a windows one?
To get better perfomance,I would rather use native lame instead of a windows one.
how can I create a lame.exe that calls native lame command in linux instead of a windows one?