invoquing wine

Fabian Cenedese Cenedese at indel.ch
Fri Nov 28 06:28:00 CST 2003


>I tried this already, sorry, I should have mentionned too.
>I even made a small script like this (for those who have interests in) :
>
> #!/bin/bash
> #
> ## -------- convert unix path into wine path with z:\ --------- 
>        if [ -z "$1" ]; then
>                 echo usage: $0 /unix/path/to/file
>                 exit
>        fi
>        echo "\"z:"$(pwd)/$1\" | sed 's/\//\\/g'
> ## eof
>
>for instance, I give :
>=> cups-pdf/esf.pdf
>and I get :
>=> "z:\home\christophe27cups-pdf\esf.pdf" (including the " signs)
>
>Then the problem is still whole :
>* why can I start 'acroread cups-pdf/esf.pdf ' if you say I should use a 
>windows semantic
>* why does it work when givng in 'acroread 
>"z:\home\christophe27\cups-pdf\esf.pdf"' but not working with 'acroread 
>$(into_wine.sh cups-pdf/esf.pdf)'

Can you just start acroread and then use the open file dialog to open
your pdf?

bye  Fabi





More information about the wine-users mailing list